#include <DirEntryAttr.h>
Public Member Functions | |
DirEntryAttr () | |
DirEntryAttr (const DirEntryAttr &other) | |
DirEntryAttr & | operator= (const DirEntryAttr &other) |
Public Attributes | |
std::string | name |
StaticBuffer | attr |
bool | has_attr |
Boolean value indicating whether or not this entry is a directory. More... | |
bool | is_dir |
std::vector< DirEntryAttr > | sub_entries |
Definition at line 40 of file DirEntryAttr.h.
|
inline |
Definition at line 43 of file DirEntryAttr.h.
|
inline |
Definition at line 46 of file DirEntryAttr.h.
|
inline |
Definition at line 52 of file DirEntryAttr.h.
StaticBuffer Hyperspace::DirEntryAttr::attr |
Definition at line 63 of file DirEntryAttr.h.
bool Hyperspace::DirEntryAttr::has_attr |
Boolean value indicating whether or not this entry is a directory.
Definition at line 65 of file DirEntryAttr.h.
bool Hyperspace::DirEntryAttr::is_dir |
Definition at line 66 of file DirEntryAttr.h.
std::string Hyperspace::DirEntryAttr::name |
Definition at line 62 of file DirEntryAttr.h.
std::vector<DirEntryAttr> Hyperspace::DirEntryAttr::sub_entries |
Definition at line 68 of file DirEntryAttr.h.