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

Custom extension of DIR. More...

#include <FileSystemMemory.h>

Inheritance diagram for file_systems::DIR_EXT:
file_systems::DIR_BASE DIR_

Public Member Functions

virtual bool seek (off_t offset)
 
virtual off_t tell ()
 
virtual ssize_t size ()
 
virtual bool seek (off_t offset)
 
virtual off_t tell ()
 
virtual ssize_t size ()
 

Public Attributes

const char * dir
 
dirent actual_dirent
 dirent related to this DIR
 
Vector< RegEntry * > files
 all unprocessed files: only used by FileSystemMemory!
 
int pos = 0
 
- Public Attributes inherited from file_systems::DIR_BASE
int magic_id = 0
 
FileSystemBasep_file_system = nullptr
 

Detailed Description

Custom extension of DIR.

Member Function Documentation

◆ seek()

virtual bool file_systems::DIR_EXT::seek ( off_t  offset)
inlinevirtual

Reimplemented from file_systems::DIR_BASE.

◆ size()

virtual ssize_t file_systems::DIR_EXT::size ( )
inlinevirtual

Reimplemented from file_systems::DIR_BASE.

◆ tell()

virtual off_t file_systems::DIR_EXT::tell ( )
inlinevirtual

Reimplemented from file_systems::DIR_BASE.


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