libwpd::DirTree Class Reference

Public Member Functions

 DirTree ()
void clear ()
unsigned entryCount ()
DirEntryentry (unsigned index)
DirEntryentry (const std::string &name)
unsigned find_child (unsigned index, const std::string &name)
void load (unsigned char *buffer, unsigned len)

Static Public Attributes

static const unsigned End = 0xffffffff

Private Member Functions

 DirTree (const DirTree &)
DirTreeoperator= (const DirTree &)

Private Attributes

std::vector< DirEntryentries

Constructor & Destructor Documentation

libwpd::DirTree::DirTree ( )
libwpd::DirTree::DirTree ( const DirTree )
private

Member Function Documentation

void libwpd::DirTree::clear ( )

Referenced by DirTree().

libwpd::DirEntry * libwpd::DirTree::entry ( unsigned  index)

Referenced by dirtree_find_sibling().

libwpd::DirEntry * libwpd::DirTree::entry ( const std::string &  name)
unsigned libwpd::DirTree::entryCount ( )

Referenced by dirtree_find_sibling().

unsigned libwpd::DirTree::find_child ( unsigned  index,
const std::string &  name 
)
void libwpd::DirTree::load ( unsigned char *  buffer,
unsigned  len 
)
DirTree& libwpd::DirTree::operator= ( const DirTree )
private

Member Data Documentation

const unsigned libwpd::DirTree::End = 0xffffffff
static
std::vector<DirEntry> libwpd::DirTree::entries
private

The documentation for this class was generated from the following file:

Generated for libwpd by doxygen 1.8.1.2