Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes

libwpg::DirTree Class Reference

List of all members.

Public Member Functions

 DirTree ()
void clear ()
unsigned entryCount ()
DirEntryentry (unsigned index)
DirEntryentry (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 &)
DirTreeoperator= (const DirTree &)

Private Attributes

std::vector< DirEntryentries

Constructor & Destructor Documentation

libwpg::DirTree::DirTree (  )
libwpg::DirTree::DirTree ( const DirTree  ) [private]

Member Function Documentation

std::vector< unsigned > libwpg::DirTree::children ( unsigned  index )
void libwpg::DirTree::clear (  )

Referenced by DirTree().

libwpg::DirEntry * libwpg::DirTree::entry ( const std::string &  name )
libwpg::DirEntry * libwpg::DirTree::entry ( unsigned  index )

Referenced by dirtree_find_siblings().

unsigned libwpg::DirTree::entryCount (  )
std::string libwpg::DirTree::fullName ( unsigned  index )
void libwpg::DirTree::load ( unsigned char *  buffer,
unsigned  len 
)
DirTree& libwpg::DirTree::operator= ( const DirTree  ) [private]
int libwpg::DirTree::parent ( unsigned  index )
void libwpg::DirTree::save ( unsigned char *  buffer )

Member Data Documentation

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

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

Generated on Thu Dec 2 2010 13:15:20 for libwpg by doxygen 1.7.2