#include <GaudiKernel/IUpdateable.h>
Public Member Functions | |
| virtual | ~IUpdateable () |
| destructor | |
| virtual StatusCode | update (int flag)=0 |
| Output serialisation to stream buffer. | |
Definition of a interface to recalculate object properties.
Definition at line 15 of file IUpdateable.h.
| virtual IUpdateable::~IUpdateable | ( | ) | [inline, virtual] |
| virtual StatusCode IUpdateable::update | ( | int | flag | ) | [pure virtual] |
Output serialisation to stream buffer.
Saves the status of the object.
| flag | Flag to trigger implementation specific action. |
1.4.7