#include <directory.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
Constructors & Destructor | |
directory_implementable (class file_system &fs) | |
virtual | ~directory_implementable () override |
Public Member Functions | |
value_type & | impl (void) const |
Public Member Functions | |
virtual struct dirent * | read (void) |
virtual void | rewind (void) |
virtual int | close (void) |
struct dirent * | dir_entry (void) |
class file_system & | file_system (void) const |
Definition at line 293 of file directory.h.
using os::posix::directory_implementable< T >::value_type = T |
Definition at line 299 of file directory.h.
os::posix::directory_implementable< T >::directory_implementable | ( | class file_system & | fs | ) |
Definition at line 502 of file directory.h.
|
overridevirtual |
Definition at line 515 of file directory.h.
|
virtualinherited |
Reimplemented in os::posix::directory_lockable< T, L >.
Definition at line 97 of file directory.cpp.
|
inlineinherited |
Definition at line 480 of file directory.h.
|
inlineinherited |
Definition at line 474 of file directory.h.
directory_implementable< T >::value_type & os::posix::directory_implementable< T >::impl | ( | void | ) | const |
Definition at line 524 of file directory.h.
|
virtualinherited |
Reimplemented in os::posix::directory_lockable< T, L >.
Definition at line 63 of file directory.cpp.
|
virtualinherited |
Reimplemented in os::posix::directory_lockable< T, L >.
Definition at line 81 of file directory.cpp.