Arduino Posix Filesystems
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
file_systems::RegEntry Struct Reference

An individual file entry (e.g. to manage open files) More...

#include <Registry.h>

Public Member Functions

virtual operator bool ()
 returns true when the content is defined
 

Public Attributes

int memory_guard = 12345
 
FileSystemBasep_file_system = nullptr
 reference to the file system
 
const char * file_name = nullptr
 the name of the file
 
RegContentcontent = nullptr
 pointer to specific content object
 
int fileID = 0
 index in the vector of open files
 

Detailed Description

An individual file entry (e.g. to manage open files)

Author
Phil Schatzmann

The documentation for this struct was generated from the following file: