Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

vardatabase::vartable Class Reference

var table More...

List of all members.

Public Member Functions

 vartable ()
 constructor
 vartable (const vartable &x)
 copy constructor

Public Attributes

byte_allocator _all
 data allocator
byte_allocator _tmp_all
 temporary allocator
byte_allocator _inl_all
 inline allocator
var_container::sorted_container_allocator_t _con_all
 container allocator
var_object_schema _schema
 table schema
var_object_repository _tbl
 table itself
keylocker _key
 read/write locker

Private Member Functions

vartableoperator= (const vartable &x)
 hidden assign operator


Detailed Description

var table

Definition at line 46 of file vardatabase.h.


Constructor & Destructor Documentation

vardatabase::vartable::vartable (  )  [inline]

constructor

Definition at line 53 of file vardatabase.h.

vardatabase::vartable::vartable ( const vartable x  )  [inline]

copy constructor

Definition at line 58 of file vardatabase.h.


Member Function Documentation

vartable& vardatabase::vartable::operator= ( const vartable x  )  [private]

hidden assign operator


Member Data Documentation

data allocator

Definition at line 63 of file vardatabase.h.

Referenced by vardatabase::fill_schema().

temporary allocator

Definition at line 64 of file vardatabase.h.

Referenced by vardatabase::fill_schema().

inline allocator

Definition at line 65 of file vardatabase.h.

table schema

Definition at line 67 of file vardatabase.h.

Referenced by vardatabase::fill_schema().

table itself

Definition at line 68 of file vardatabase.h.

read/write locker

Definition at line 69 of file vardatabase.h.


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


© Copyright Terimber 2003-.