The Gaudi Framework  master (594c33fa)
IUpdateable Class Referenceabstract

#include <GaudiKernel/IUpdateable.h>

Inheritance diagram for IUpdateable:

Public Member Functions

virtual ~IUpdateable ()=default
 Default destructor. More...
 
virtual StatusCode update (int flag)=0
 Output serialization to stream buffer. More...
 

Detailed Description

Object update interface definition. Definition of a interface to recalculate object properties.

Author
M.Frank
Version
1.0

Definition at line 25 of file IUpdateable.h.

Constructor & Destructor Documentation

◆ ~IUpdateable()

virtual IUpdateable::~IUpdateable ( )
virtualdefault

Default destructor.

Member Function Documentation

◆ update()

virtual StatusCode IUpdateable::update ( int  flag)
pure virtual

Output serialization to stream buffer.

Saves the status of the object.

Parameters
flagFlag to trigger implementation specific action.
Returns
Status code indicating success or failure.

The documentation for this class was generated from the following file: