Public Member Functions | |
DirEntry () | |
Public Attributes | |
bool | valid |
std::string | name |
bool | dir |
unsigned long | size |
unsigned long | start |
unsigned | prev |
unsigned | next |
unsigned | child |
libwps::DirEntry::DirEntry | ( | ) | [inline] |
unsigned libwps::DirEntry::child |
Referenced by libwps::DirTree::children(), and libwps::DirTree::load().
Referenced by libwps::DirTree::fullName(), libwps::DirTree::load(), and libwps::StorageIO::streamIO().
std::string libwps::DirEntry::name |
Referenced by libwps::DirTree::entry(), libwps::DirTree::fullName(), and libwps::DirTree::load().
unsigned libwps::DirEntry::next |
Referenced by dirtree_find_siblings(), and libwps::DirTree::load().
unsigned libwps::DirEntry::prev |
Referenced by dirtree_find_siblings(), and libwps::DirTree::load().
unsigned long libwps::DirEntry::size |
unsigned long libwps::DirEntry::start |
Referenced by libwps::DirTree::load(), and libwps::StreamIO::StreamIO().