Public Member Functions | |
| DirTree () | |
| void | clear () |
| unsigned | entryCount () |
| DirEntry * | entry (unsigned index) |
| DirEntry * | entry (const std::string &name) |
| int | parent (unsigned index) |
| std::string | fullName (unsigned index) |
| std::vector< unsigned > | children (unsigned index) |
| void | load (unsigned char *buffer, unsigned len) |
| void | save (unsigned char *buffer) |
Static Public Attributes | |
| static const unsigned | End = 0xffffffff |
Private Member Functions | |
| DirTree (const DirTree &) | |
| DirTree & | operator= (const DirTree &) |
Private Attributes | |
| std::vector< DirEntry > | entries |
| libwpd::DirTree::DirTree | ( | ) |
| libwpd::DirTree::DirTree | ( | const DirTree & | ) | [private] |
| void libwpd::DirTree::clear | ( | ) |
| unsigned libwpd::DirTree::entryCount | ( | ) |
| libwpd::DirEntry * libwpd::DirTree::entry | ( | unsigned | index | ) |
| libwpd::DirEntry * libwpd::DirTree::entry | ( | const std::string & | name | ) |
| int libwpd::DirTree::parent | ( | unsigned | index | ) |
| std::string libwpd::DirTree::fullName | ( | unsigned | index | ) |
| std::vector< unsigned > libwpd::DirTree::children | ( | unsigned | index | ) |
| void libwpd::DirTree::load | ( | unsigned char * | buffer, | |
| unsigned | len | |||
| ) |
| void libwpd::DirTree::save | ( | unsigned char * | buffer | ) |
const unsigned libwpd::DirTree::End = 0xffffffff [static] |
std::vector<DirEntry> libwpd::DirTree::entries [private] |