Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nglo | |
CAbstractBaseLot | The base class for container with persistent objects. |
▼CBaseAllSet | Is the base class of template AllSets and the generic AllSet |
CIndexNameClassIdTuple | Tuple of IndexName and the class ID of the indexed class. |
CBasePersistent | Abstract base class for Persistent and the generic GenericPersistent |
CCallBack | Superclass for the classes that are 'connected' to a Base |
▼CIsBaseClassOf | Checks whether template parameters are classes and whether the class of the second template parameter is of the type of the class of the first template parameter or is derived from it. |
CIsClass | |
CNo | |
CObjCreator | Abstract superclass for instantiation functions of persistent classes. From this class a subclass is derived for each database from a schema, which can instantiate persistent objects from the class IDs |
▼CObjID | An object ID consists of the class ID, a database ID and the actual unique object number (all unsigned long) |
CHashFunction | |
CPersistent | The base class of the persistent classes. All persistent classes must be derived from this class to be able to process their objects in the database |
CReference | The base class of a reference attribute from persistent objects to other persistent objects in the database. |
CTAllSet | AllSet, which returns objects from the database |
CTOndemand | |
CBank | A bank or other money management organization. |
CBankAccount | A bank customer's bank account at a bank. |
CBankAndCustomerObjCreator | |
CLegalEntity | A legal entity from which organizations can be derived. |
CNaturalPerson | A natural person. |
CPerson | An abstract person from which natural and legal persons can be derived. |