|
| | 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) |
| |
|
| static const unsigned | Eof = 0xfffffffe |
| |
| static const unsigned | Avail = 0xffffffff |
| |
| static const unsigned | Bat = 0xfffffffd |
| |
| static const unsigned | MetaBat = 0xfffffffc |
| |
|
| std::vector< unsigned long > | data |
| |
| libwps::AllocTable::AllocTable |
( |
| ) |
|
| libwps::AllocTable::AllocTable |
( |
const AllocTable & |
| ) |
|
|
private |
| void libwps::AllocTable::clear |
( |
| ) |
|
| unsigned long libwps::AllocTable::count |
( |
| ) |
|
| std::vector< unsigned long > libwps::AllocTable::follow |
( |
unsigned long |
start | ) |
|
| void libwps::AllocTable::load |
( |
const unsigned char * |
buffer, |
|
|
unsigned |
len |
|
) |
| |
| unsigned long libwps::AllocTable::operator[] |
( |
unsigned long |
index | ) |
|
| void libwps::AllocTable::resize |
( |
unsigned long |
newsize | ) |
|
| void libwps::AllocTable::set |
( |
unsigned long |
index, |
|
|
unsigned long |
val |
|
) |
| |
| const unsigned libwps::AllocTable::Avail = 0xffffffff |
|
static |
| const unsigned libwps::AllocTable::Bat = 0xfffffffd |
|
static |
| unsigned libwps::AllocTable::blockSize |
| std::vector<unsigned long> libwps::AllocTable::data |
|
private |
| const unsigned libwps::AllocTable::Eof = 0xfffffffe |
|
static |
| const unsigned libwps::AllocTable::MetaBat = 0xfffffffc |
|
static |
The documentation for this class was generated from the following file: