taco-db  0.1.0
Public Types | Public Member Functions | Public Attributes | List of all members
taco::VolatileTreeBase Struct Reference

#include <index/volatiletree/VolatileTree.h>

Public Types

typedef std::multimap< char *, RecordId, VolatileTreeLesstree_type
 

Public Member Functions

 VolatileTreeBase (std::shared_ptr< VolatileTreeFuncs > funcs)
 

Public Attributes

tree_type m_tree
 
std::shared_ptr< VolatileTreeFuncsm_funcs
 
std::vector< maxaligned_char_bufm_tuplebufs
 

Member Typedef Documentation

◆ tree_type

Constructor & Destructor Documentation

◆ VolatileTreeBase()

taco::VolatileTreeBase::VolatileTreeBase ( std::shared_ptr< VolatileTreeFuncs funcs)

Member Data Documentation

◆ m_funcs

std::shared_ptr<VolatileTreeFuncs> taco::VolatileTreeBase::m_funcs

◆ m_tree

tree_type taco::VolatileTreeBase::m_tree

◆ m_tuplebufs

std::vector<maxaligned_char_buf> taco::VolatileTreeBase::m_tuplebufs

The documentation for this struct was generated from the following files: