The Gaudi Framework
v30r3 (a5ef0a68)
|
Object update interface definition. More...
#include <GaudiKernel/IUpdateable.h>
Public Member Functions | |
virtual | ~IUpdateable ()=default |
Default destructor. More... | |
virtual StatusCode | update (int flag)=0 |
Output serialization to stream buffer. More... | |
Object update interface definition.
Definition of a interface to recalculate object properties.
Definition at line 15 of file IUpdateable.h.
|
virtualdefault |
Default destructor.
|
pure virtual |
Output serialization to stream buffer.
Saves the status of the object.
flag | Flag to trigger implementation specific action. |