#include <directory.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
Constructors & Destructor | |
directory_implementable (file_system &fs) | |
virtual | ~directory_implementable () override |
Public Member Functions | |
value_type & | impl (void) const |
Public Member Functions | |
virtual dirent * | read (void) |
virtual void | rewind (void) |
virtual int | close (void) |
dirent * | dir_entry (void) |
class file_system & | get_file_system (void) const |
Definition at line 311 of file directory.h.
using os::posix::directory_implementable< T >::value_type = T |
Definition at line 317 of file directory.h.
os::posix::directory_implementable< T >::directory_implementable | ( | file_system & | fs | ) |
Definition at line 528 of file directory.h.
|
overridevirtual |
Definition at line 546 of file directory.h.
|
virtualinherited |
Reimplemented in os::posix::directory_lockable< T, L >.
Definition at line 86 of file directory.cpp.
|
inlineinherited |
Definition at line 506 of file directory.h.
|
inlineinherited |
Definition at line 500 of file directory.h.
directory_implementable< T >::value_type & os::posix::directory_implementable< T >::impl | ( | void | ) | const |
Definition at line 556 of file directory.h.
|
virtualinherited |
Reimplemented in os::posix::directory_lockable< T, L >.
Definition at line 52 of file directory.cpp.
|
virtualinherited |
Reimplemented in os::posix::directory_lockable< T, L >.
Definition at line 70 of file directory.cpp.