Zero  0.1.0
Classes | Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | List of all members
row_cache_t< TableDesc > Class Template Reference

#include <row_cache.h>

Classes

struct  tuple_factory
 

Public Member Functions

table_row_tborrow ()
 

Static Public Member Functions

static void giveback (table_row_t *ptn)
 

Private Types

typedef object_cache< table_row_t, tuple_factoryCache
 

Private Attributes

Cache _cache
 

Member Typedef Documentation

§ Cache

template<class TableDesc>
typedef object_cache<table_row_t, tuple_factory> row_cache_t< TableDesc >::Cache
private

Member Function Documentation

§ borrow()

template<class TableDesc>
table_row_t* row_cache_t< TableDesc >::borrow ( )
inline

§ giveback()

template<class TableDesc>
static void row_cache_t< TableDesc >::giveback ( table_row_t ptn)
inlinestatic

Member Data Documentation

§ _cache

template<class TableDesc>
Cache row_cache_t< TableDesc >::_cache
private

The documentation for this class was generated from the following file: