Arduino Posix Filesystems
All Classes Files Functions Variables Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CDIR_
 Cfile_systems::DIR_BASECommon data for custom DIR
 Cfile_systems::DIR_EXTCustom extension of DIR
 Cfile_systems::DIR_SDCustom extension of DIR
 Cdirent
 Cmbed::DirHandle
 Cfile_systems::MBEDDirHandleAn mbed directory implementation
 Cmbed::FileHandle
 Cfile_systems::MBEDFileHandleAn mbed implementation for an individual File
 Cfile_systems::FileSystemBaseAbstract file system which can be identified by a prefix: E.g. /Memory. Implements all privided file operations
 Cfile_systems::FileSystemMemoryDedicated File System for PROGMEM memory files
 Cfile_systems::FileSystemSDWe 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::MBEDFileSystemMBED implementation for a file system
 Cfile_systems::FSLoggerClassLogging 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 >::iteratorIterator 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::RegContentBase class for all Contents
 Cfile_systems::RegContentFileContent with File
 Cfile_systems::RegContentMemoryIn Memory File Content to refer to data stored e.g. in PROGMEM
 Cfile_systems::RegEntryAn individual file entry (e.g. to manage open files)
 Cfile_systems::RegistryRegistry which manages open files
 Cfile_systems::Stack< T >LIFO Stack which is based on a List
 Cstat
 Cfile_systems::StrA 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 * >