▼CDIR_ | |
▼Cfile_systems::DIR_BASE | Common data for custom DIR |
Cfile_systems::DIR_EXT | Custom extension of DIR |
Cfile_systems::DIR_SD | Custom extension of DIR |
Cdirent | |
▼Cmbed::DirHandle | |
Cfile_systems::MBEDDirHandle | An mbed directory implementation |
▼Cmbed::FileHandle | |
Cfile_systems::MBEDFileHandle | An mbed implementation for an individual File |
▼Cfile_systems::FileSystemBase | Abstract file system which can be identified by a prefix: E.g. /Memory. Implements all privided file operations |
Cfile_systems::FileSystemMemory | Dedicated File System for PROGMEM memory files |
Cfile_systems::FileSystemSD | We provide the posix file operations with the help of the SD library. For the ESP32 we set up a virtual file system |
▼Cmbed::FileSystemLike | |
Cfile_systems::MBEDFileSystem | MBED implementation for a file system |
Cfile_systems::FSLoggerClass | Logging class which supports multiple log levels |
Cstd::initializer_list< _Ep > | Custom initializer_list if not provided by the compiler |
Cfile_systems::List< T >::Iterator | |
Cfile_systems::Vector< T >::iterator | Iterator for the Vector class |
Cfile_systems::List< T > | Double linked list |
Cfile_systems::List< T >::Node | |
Cfile_systems::Queue< T > | FIFO Queue which is based on a List |
▼Cfile_systems::RegContent | Base class for all Contents |
Cfile_systems::RegContentFile | Content with File |
Cfile_systems::RegContentMemory | In Memory File Content to refer to data stored e.g. in PROGMEM |
Cfile_systems::RegEntry | An individual file entry (e.g. to manage open files) |
Cfile_systems::Registry | Registry which manages open files |
Cfile_systems::Stack< T > | LIFO Stack which is based on a List |
Cstat | |
Cfile_systems::Str | A simple wrapper to provide string functions on char*. If the underlying char* is a const we do not allow any updates; The ownership of the chr* must be managed externally! |
Cfile_systems::Vector< T > | Vector implementation which provides the most important methods as defined by std::vector. This class it is quite handy to have and most of the times quite better then dealing with raw c arrays |
Cfile_systems::Vector< File * > | |
Cfile_systems::Vector< file_systems::FileSystemBase * > | |
Cfile_systems::Vector< file_systems::RegEntry * > | |