|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Object update interface definition. More...
#include <GaudiKernel/IUpdateable.h>

Public Member Functions | |
| virtual | ~IUpdateable () |
| destructor | |
| virtual StatusCode | update (int flag)=0 |
| Output serialization to stream buffer. | |
Object update interface definition.
Definition of a interface to recalculate object properties.
Definition at line 16 of file IUpdateable.h.
| virtual IUpdateable::~IUpdateable | ( | ) | [inline, virtual] |
| virtual StatusCode IUpdateable::update | ( | int | flag ) | [pure virtual] |
Output serialization to stream buffer.
Saves the status of the object.
| flag | Flag to trigger implementation specific action. |