Nebula
Loading...
Searching...
No Matches
valuetable.h
Go to the documentation of this file.
1#pragma once
2#ifndef DB_VALUETABLE_H
3#define DB_VALUETABLE_H
4//------------------------------------------------------------------------------
16#include "core/refcounted.h"
17#include "attr/attributetable.h"
18
19//------------------------------------------------------------------------------
20namespace Db
21{
23{
25public:
27 ValueTable();
29 virtual ~ValueTable();
30};
31
32} // namespace Db
33//------------------------------------------------------------------------------
34#endif
A table of attributes with a compact memory footprint and fast random access.
Definition attributetable.h:34
A table of database values.
Definition valuetable.h:23
virtual ~ValueTable()
destructor
Definition valuetable.cc:24
__DeclareClass(ValueTable)
ValueTable()
constructor
Definition valuetable.cc:16
Definition column.cc:10