3 #include "AttributeIndex.h"
6 AttributeIndex::AttributeIndex(Volume
*volume
, const char *name
, uint32 type
,
7 bool fixedKeyLength
, size_t keyLength
)
8 : Index(volume
, name
, type
, fixedKeyLength
, keyLength
)
13 AttributeIndex::~AttributeIndex()