|  | 
|  | 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 | 
|  | 
|  | 
| std::vector< unsigned long > | m_data | 
|  | 
◆ AllocTable() [1/2]
  
  | 
        
          | libwps_OLE::AllocTable::AllocTable | ( |  | ) |  |  | inline | 
 
 
◆ AllocTable() [2/2]
  
  | 
        
          | libwps_OLE::AllocTable::AllocTable | ( | const AllocTable & |  | ) |  |  | private | 
 
 
◆ clear()
      
        
          | void libwps_OLE::AllocTable::clear | ( |  | ) |  | 
      
 
 
◆ count()
  
  | 
        
          | unsigned long libwps_OLE::AllocTable::count | ( |  | ) | const |  | inline | 
 
 
◆ follow()
      
        
          | std::vector< unsigned long > libwps_OLE::AllocTable::follow | ( | unsigned long | start | ) | const | 
      
 
 
◆ load()
  
  | 
        
          | void libwps_OLE::AllocTable::load | ( | const unsigned char * | buffer, |  
          |  |  | unsigned | len ) |  | inline | 
 
 
◆ operator=()
◆ operator[]()
  
  | 
        
          | unsigned long libwps_OLE::AllocTable::operator[] | ( | unsigned long | index | ) | const |  | inline | 
 
 
◆ resize()
  
  | 
        
          | void libwps_OLE::AllocTable::resize | ( | unsigned long | newsize | ) |  |  | inline | 
 
 
◆ save()
  
  | 
        
          | void libwps_OLE::AllocTable::save | ( | unsigned char * | buffer | ) | const |  | inline | 
 
 
◆ saveSize()
  
  | 
        
          | unsigned libwps_OLE::AllocTable::saveSize | ( |  | ) | const |  | inline | 
 
 
◆ set()
  
  | 
        
          | void libwps_OLE::AllocTable::set | ( | unsigned long | index, |  
          |  |  | unsigned long | val ) |  | inline | 
 
 
◆ setChain()
      
        
          | void libwps_OLE::AllocTable::setChain | ( | std::vector< unsigned long > | chain, | 
        
          |  |  | unsigned | end ) | 
      
 
 
◆ m_blockSize
      
        
          | unsigned libwps_OLE::AllocTable::m_blockSize | 
      
 
 
◆ m_data
  
  | 
        
          | std::vector<unsigned long> libwps_OLE::AllocTable::m_data |  | private | 
 
 
The documentation for this class was generated from the following file: