GNU CommonC++
|
Persistence library classes. More...
#include <cc++/config.h>
#include <cc++/exception.h>
#include <cc++/missing.h>
#include <cc++/string.h>
#include <iostream>
#include <string>
#include <vector>
#include <deque>
#include <map>
Go to the source code of this file.
Classes | |
class | ost::TypeManager |
This class manages the types for generation of the persistent objects. More... | |
class | ost::TypeManager::Registration |
This manages a registration to the typemanager - attempting to remove problems with the optimisers. More... | |
class | ost::BaseObject |
BaseObject. More... | |
class | ost::Engine |
Engine. More... | |
Namespaces | |
ost | |
Macros | |
#define | NO_COMPRESSION |
#define | NS_PREFIX ost:: |
#define | DECLARE_PERSISTENCE(ClassType) |
#define | IMPLEMENT_PERSISTENCE(ClassType, FullyQualifiedName) |
#define | CCXX_ENGINEWRITE_REF(valref) writeBinary((const uint8*)&valref,sizeof(valref)) |
#define | CCXX_ENGINEREAD_REF(valref) readBinary((uint8*)&valref,sizeof(valref)) |
Typedefs | |
typedef class BaseObject *(* | ost::NewBaseObjectFunction) (void) |
Persistence library classes.
#define CCXX_ENGINEREAD_REF | ( | valref | ) | readBinary((uint8*)&valref,sizeof(valref)) |
Referenced by ost::Engine::read().
#define CCXX_ENGINEWRITE_REF | ( | valref | ) | writeBinary((const uint8*)&valref,sizeof(valref)) |
Referenced by ost::Engine::write().
#define DECLARE_PERSISTENCE | ( | ClassType | ) |
#define IMPLEMENT_PERSISTENCE | ( | ClassType, | |
FullyQualifiedName | |||
) |
#define NO_COMPRESSION |
#define NS_PREFIX ost:: |