CommonC++ Globals


Annotated List
Files
Globals
Hierarchy
Index

../common/persist.h

file.h

slog.h

socket.h

thread.h

template<class T> Engine& operator << ( Engine& ar, vector<T> const& ob) THROWS (Engine::Exception)

#include <../common/persist.h>

serialize a vector of some serializable content to the engine

template<class T> Engine& operator >> ( Engine& ar, vector<T>& ob) THROWS (Engine::Exception)

#include <../common/persist.h>

deserialize a vector of deserializable content from an engine.

template<class Key, class Value> Engine& operator << ( Engine& ar, map<Key,Value> const & ob) THROWS (Engine::Exception)

#include <../common/persist.h>

serialize a map with keys/values which both are serializeable to an engine.

template<class Key, class Value> Engine& operator >> ( Engine& ar, map<Key,Value>& ob) THROWS (Engine::Exception)

#include <../common/persist.h>

deserialize a map with keys/values which both are serializeable from an engine.

typedef unsigned long pos_t

#include <file.h>

EMACS ** Local variables: mode: c++ c-basic-offset: 8 End:

typedef unsigned short tpport_t

#include <socket.h>

Transport Protocol Ports.


Generated by: dyfet@home.sys on Fri Aug 11 16:43:58 200.