#include <algorithm>
#include <map>
#include <set>
#include <vector>
#include <string>
#include <triple>
#include <vdbl_config.h>
#include <vdbl_row.h>
#include <vdbl_col.h>
#include <vdbl_index.h>
#include <vdbl_context.h>
#include <vdbl_view.h>
Go to the source code of this file.
Classes | |
class | _VDBL_table |
the base class describing database tables More... | |
class | _VDBL_table::_VDBL_table::_col_iterator_base |
struct | _VDBL_table::_VDBL_table::_col_iterator< _Tp, _Ref, _Ptr > |
struct | _VDBL_table::_VDBL_table::_row_iterator< _Tp, _Ref, _Ptr > |
class | _VDBL_standardtable |
standard table in databases, constructed from rows and columns More... | |
class | table |
base class for tables in a database More... | |
class | col_spec |
column specification More... | |
class | standard_table |
standard table of a database More... |
Definition in file vdbl_table.h.