Class AbstractDataStructure::Catalog

Nested Relationships

This class is a nested type of Template Class AbstractDataStructure.

Class Documentation

class Catalog

Public Functions

template<>
void Insert(const ObjectID &oid, const SharedPtr ce)
template<>
void Erase(const ObjectID &oid)
template<>
SharedPtr GetPtr(const ObjectID &oid)
template<>
ObjectID GetNextID()

Public Static Functions

template<>
static Catalog *Instance()