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
//------------------------------------------------------------------------------
20
namespace
Db
21
{
22
class
ValueTable
:
public
Attr::AttributeTable
23
{
24
__DeclareClass
(
ValueTable
);
25
public
:
27
ValueTable
();
29
virtual
~ValueTable
();
30
};
31
32
}
// namespace Db
33
//------------------------------------------------------------------------------
34
#endif
attributetable.h
Attr::AttributeTable
A table of attributes with a compact memory footprint and fast random access.
Definition
attributetable.h:34
Db::ValueTable::~ValueTable
virtual ~ValueTable()
destructor
Definition
valuetable.cc:24
Db::ValueTable::__DeclareClass
__DeclareClass(ValueTable)
Db::ValueTable::ValueTable
ValueTable()
constructor
Definition
valuetable.cc:16
Db
Definition
column.cc:10
refcounted.h
code
addons
db
valuetable.h
Generated on Tue Jan 28 2025 22:42:57 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.