List of all members.
Public Member Functions |
| | AllocTable () |
| void | clear () |
| unsigned long | count () |
| void | resize (unsigned long newsize) |
| void | set (unsigned long index, unsigned long val) |
| std::vector< unsigned long > | follow (unsigned long start) |
| unsigned long | operator[] (unsigned long index) |
| void | load (const unsigned char *buffer, unsigned len) |
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 &) |
| AllocTable & | operator= (const AllocTable &) |
Private Attributes |
| std::vector< unsigned long > | data |
Constructor & Destructor Documentation
Member Function Documentation
| unsigned long libwps::AllocTable::operator[] |
( |
unsigned long |
index | ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: