Public Member Functions | |
| AllocTable () | |
| void | clear () |
| unsigned long | count () const |
| void | resize (unsigned long newsize) |
| void | set (unsigned long index, unsigned long val) |
| std::vector< unsigned long > | follow (unsigned long start) const |
| unsigned long | operator[] (unsigned long index) const |
| void | load (const unsigned char *buffer, unsigned len) |
| void | setChain (std::vector< unsigned long > chain, unsigned end) |
| void | save (unsigned char *buffer) const |
| unsigned | saveSize () const |
Public Attributes | |
| unsigned | m_blockSize |
Private Member Functions | |
| AllocTable (const AllocTable &) | |
| AllocTable & | operator= (const AllocTable &) |
Private Attributes | |
| std::vector< unsigned long > | m_data |
| libwpd::AllocTable::AllocTable | ( | ) | [inline] |
| libwpd::AllocTable::AllocTable | ( | const AllocTable & | ) | [private] |
| void libwpd::AllocTable::clear | ( | ) |
| unsigned long libwpd::AllocTable::count | ( | ) | const [inline] |
Referenced by load(), save(), saveSize(), and set().
| std::vector< unsigned long > libwpd::AllocTable::follow | ( | unsigned long | start | ) | const |
Referenced by libwpd::IStream::IStream().
| void libwpd::AllocTable::load | ( | const unsigned char * | buffer, |
| unsigned | len | ||
| ) | [inline] |
| AllocTable& libwpd::AllocTable::operator= | ( | const AllocTable & | ) | [private] |
| unsigned long libwpd::AllocTable::operator[] | ( | unsigned long | index | ) | const [inline] |
| void libwpd::AllocTable::resize | ( | unsigned long | newsize | ) | [inline] |
Referenced by AllocTable(), load(), libwpd::OStorage::newBBlock(), libwpd::OStorage::newSBlock(), and set().
| void libwpd::AllocTable::save | ( | unsigned char * | buffer | ) | const [inline] |
| unsigned libwpd::AllocTable::saveSize | ( | ) | const [inline] |
| void libwpd::AllocTable::set | ( | unsigned long | index, |
| unsigned long | val | ||
| ) | [inline] |
| void libwpd::AllocTable::setChain | ( | std::vector< unsigned long > | chain, |
| unsigned | end | ||
| ) |
| unsigned libwpd::AllocTable::m_blockSize |
Referenced by libwpd::IStorage::IStorage().
std::vector<unsigned long> libwpd::AllocTable::m_data [private] |
Referenced by count(), operator[](), resize(), save(), and set().