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

libwpg::AllocTable Class Reference

List of all members.

Public Member Functions

 AllocTable ()
void clear ()
unsigned long count ()
void resize (unsigned long newsize)
void preserve (unsigned long n)
void set (unsigned long index, unsigned long val)
unsigned unused ()
void setChain (std::vector< unsigned long >)
std::vector< unsigned long > follow (unsigned long start)
unsigned long operator[] (unsigned long index)
void load (const unsigned char *buffer, unsigned len)
void save (unsigned char *buffer)

Public Attributes

unsigned blockSize

Static Public Attributes

static const unsigned Eof = 0xfffffffe
static const unsigned Avail = 0xffffffff
static const unsigned Bat = 0xfffffffd
static const unsigned MetaBat = 0xfffffffc

Private Member Functions

 AllocTable (const AllocTable &)
AllocTableoperator= (const AllocTable &)

Private Attributes

std::vector< unsigned long > data

Constructor & Destructor Documentation

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

Member Function Documentation

void libwpg::AllocTable::clear (  )
unsigned long libwpg::AllocTable::count (  )
std::vector< unsigned long > libwpg::AllocTable::follow ( unsigned long  start )
void libwpg::AllocTable::load ( const unsigned char *  buffer,
unsigned  len 
)
AllocTable& libwpg::AllocTable::operator= ( const AllocTable  ) [private]
unsigned long libwpg::AllocTable::operator[] ( unsigned long  index )
void libwpg::AllocTable::preserve ( unsigned long  n )
void libwpg::AllocTable::resize ( unsigned long  newsize )

Referenced by AllocTable().

void libwpg::AllocTable::save ( unsigned char *  buffer )
void libwpg::AllocTable::set ( unsigned long  index,
unsigned long  val 
)
void libwpg::AllocTable::setChain ( std::vector< unsigned long >  chain )
unsigned libwpg::AllocTable::unused (  )

Member Data Documentation

const unsigned libwpg::AllocTable::Avail = 0xffffffff [static]

Referenced by libwpg::Header::Header().

const unsigned libwpg::AllocTable::Bat = 0xfffffffd [static]
std::vector<unsigned long> libwpg::AllocTable::data [private]
const unsigned libwpg::AllocTable::Eof = 0xfffffffe [static]

Referenced by setChain().

const unsigned libwpg::AllocTable::MetaBat = 0xfffffffc [static]

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