#include <cc++/missing.h>
Classes
class ost::RefObject
A reference countable object.
class ost::RefPointerPointer to reference counted objects.
class ost::LinkedSingle
Self managed single linked list object chain.
class ost::LinkedDouble
Self managed double linked list object chain.
class ost::MapTable
A map table allows for entities to be mapped (hash index) onto it.
class ost::MapIndex
The MapIndex allows linear access into a MapTable, that otherwise could have its elements being
retrieved only by key.
class ost::MapObject
The MapObject is a base class which can be used to make a derived class operate on a MapTable.
NamespacesostVariables
class __EXPORTost::MapObject
class __EXPORTost::MapIndex