Arduino Posix Filesystems
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nfile_systems
 CDIR_BASECommon data for custom DIR
 CDIR_EXTCustom extension of DIR
 CDIR_SDCustom extension of DIR
 CFileSystemBaseAbstract file system which can be identified by a prefix: E.g. /Memory. Implements all privided file operations
 CFileSystemMemoryDedicated File System for PROGMEM memory files
 CFileSystemSDWe provide the posix file operations with the help of the SD library. For the ESP32 we set up a virtual file system
 CFSLoggerClassLogging class which supports multiple log levels
 CListDouble linked list
 CIterator
 CNode
 CMBEDDirHandleAn mbed directory implementation
 CMBEDFileHandleAn mbed implementation for an individual File
 CMBEDFileSystemMBED implementation for a file system
 CQueueFIFO Queue which is based on a List
 CRegContentBase class for all Contents
 CRegContentFileContent with File
 CRegContentMemoryIn Memory File Content to refer to data stored e.g. in PROGMEM
 CRegEntryAn individual file entry (e.g. to manage open files)
 CRegistryRegistry which manages open files
 CStackLIFO Stack which is based on a List
 CStrA 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!
 CVectorVector 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
 CiteratorIterator for the Vector class
 Nstd
 Cinitializer_listCustom initializer_list if not provided by the compiler
 CDIR_
 Cdirent
 Cstat