|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <GaudiKernel/IUpdateable.h>

Public Member Functions | |
| virtual | ~IUpdateable () |
| destructor | |
| virtual StatusCode | update (int flag)=0 |
| Output serialization to stream buffer. | |
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. |