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 |
libwpd::DirEntry::DirEntry | ( | ) | [inline] |
std::string libwpd::DirEntry::name |
Referenced by libwpd::DirTree::entry(), libwpd::DirTree::fullName(), and libwpd::DirTree::load().
Referenced by libwpd::DirTree::fullName(), libwpd::DirTree::load(), and libwpd::StorageIO::streamIO().
unsigned long libwpd::DirEntry::size |
unsigned long libwpd::DirEntry::start |
Referenced by libwpd::DirTree::load(), and libwpd::StreamIO::StreamIO().
unsigned libwpd::DirEntry::prev |
Referenced by dirtree_find_siblings(), and libwpd::DirTree::load().
unsigned libwpd::DirEntry::next |
Referenced by dirtree_find_siblings(), and libwpd::DirTree::load().
unsigned libwpd::DirEntry::child |
Referenced by libwpd::DirTree::children(), and libwpd::DirTree::load().