| 
    taco-db
    0.1.0
    
   | 
 
#include <index/volatiletree/VolatileTree.h>
Public Types | |
| typedef std::multimap< char *, RecordId, VolatileTreeLess > | tree_type | 
Public Member Functions | |
| VolatileTreeBase (std::shared_ptr< VolatileTreeFuncs > funcs) | |
Public Attributes | |
| tree_type | m_tree | 
| std::shared_ptr< VolatileTreeFuncs > | m_funcs | 
| std::vector< maxaligned_char_buf > | m_tuplebufs | 
| typedef std::multimap<char*, RecordId, VolatileTreeLess> taco::VolatileTreeBase::tree_type | 
| taco::VolatileTreeBase::VolatileTreeBase | ( | std::shared_ptr< VolatileTreeFuncs > | funcs | ) | 
| std::shared_ptr<VolatileTreeFuncs> taco::VolatileTreeBase::m_funcs | 
| tree_type taco::VolatileTreeBase::m_tree | 
| std::vector<maxaligned_char_buf> taco::VolatileTreeBase::m_tuplebufs |