Go to the source code of this file.
Compounds | |
class | BaseObject |
class | Engine |
class | Engine::Exception |
class | PersistException |
class | TypeManager::Registration |
class | TypeManager |
Typedefs | |
typedef class BaseObject* (* | NewBaseObjectFunction )(void) |
Functions | |
Engine& | operator>> ( Engine& ar, BaseObject *&ob) THROWS (Engine |
template<classT> Engine& | operator>> ( Engine& ar, vector<T>& ob) THROWS (Engine |
deserialize a vector of deserializable content from an engine. | |
template<classKey, classValue> Engine& | operator<< ( Engine& ar, map<Key,Value> const & ob) THROWS (Engine |
serialize a map with keys/values which both are serializeable to an engine. | |
template<classKey, classValue> Engine& | operator>> ( Engine& ar, map<Key,Value>& ob) THROWS (Engine |
deserialize a map with keys/values which both are serializeable from an engine. | |
Variables | |
class __EXPORT | PersistException |
class __EXPORT | Engine |
class __EXPORT | TypeManager |
class __EXPORT | BaseObject |
|
|
|
serialize a map with keys/values which both are serializeable to an engine.
|
|
deserialize a map with keys/values which both are serializeable from an engine.
|
|
deserialize a vector of deserializable content from an engine.
|
|
|
|
|
|
|
|
|
|
|