|
|||
Home
|
You are here: Home > Support > Reference v1.0 | ||
|
Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members
Simple data typesSimple data types in the exom framework are atomic data. They are be used within objects to store real data. The exom framework support all C++ build in data types like:
Additional zu these types the exom framework provide the following types, which are not C++ build in types:
It is also possible to introduce your own simple data types, which can completely be managed by the exom framework. Therefore you have to extend the default exom::XmAtomHandler (e.g. for integer vectors or big integer numbers). All these data types can be used as members within an exom::XmObject derived class. They will be attached to their parent class by the designated man...() function, provided by exom::XmMan. The connection have to be done by overwriting exom::XmObject::manage() as described at section Atomic data.
|
|||
| Copyright © 2006 Praetz Software Development - www.exomware.com | |||