![]() |
|
|
Generated: 8 Jan 2009 |
#include <GaudiKernel/ISerialize.h>


Definition of a interface to save and restore objects.
Definition at line 21 of file ISerialize.h.
Public Member Functions | |
| virtual StreamBuffer & | serialize (StreamBuffer &str)=0 |
| Input serialisation from stream buffer. | |
| virtual StreamBuffer & | serialize (StreamBuffer &str) const =0 |
| Output serialisation to stream buffer. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| static const InterfaceID& ISerialize::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 24 of file ISerialize.h.
00024 { return IID_ISerialize; }
| virtual StreamBuffer& ISerialize::serialize | ( | StreamBuffer & | str | ) | [pure virtual] |
Input serialisation from stream buffer.
Restores the status of the object.
| str | Reference to Streambuffer to be filled |
Implemented in RndmEngine, and RndmGenSvc.
| virtual StreamBuffer& ISerialize::serialize | ( | StreamBuffer & | str | ) | const [pure virtual] |
Output serialisation to stream buffer.
Saves the status of the object.
| str | Reference to Streambuffer to be read |
Implemented in RndmEngine, and RndmGenSvc.