Go to the source code of this file.
Classes | |
| class | DurableTable< _Type > |
| Object that encapsulates a single durable table. More... | |
| class | SingleTypeDurableTable< _DataType > |
| Class for a durable table that only stores one type of object, represented by the template parameter _DataType. More... | |
| class | MultiTypeDurableTable< _BaseType, _Collection > |
| Class for a durable table that can store various objects, each a subclass of _BaseType which must in turn be or be a subclass of TypedSerializableObject, and that has a type code defined in the template parameter _Collection. More... | |
| class | StaticTypedDurableTable |
| Class for a durable table that can store objects which share no base class and have no typecode. More... | |
1.5.3