#include <DirEntry.h>
Public Attributes | |
std::string | name |
Directory entry name. More... | |
bool | is_dir |
Boolean value indicating whether or not this entry is a directory. More... | |
Definition at line 34 of file DirEntry.h.
bool Hyperspace::DirEntry::is_dir |
Boolean value indicating whether or not this entry is a directory.
Definition at line 38 of file DirEntry.h.
std::string Hyperspace::DirEntry::name |
Directory entry name.
Definition at line 36 of file DirEntry.h.