The Gaudi Framework
master (37c0b60a)
|
#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 25 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. |