ATLAS Offline Software
Loading...
Searching...
No Matches
SG::IRegisterTransient Class Referenceabstract

Interface for registering a transient object in t2p map. More...

#include <IRegisterTransient.h>

Inheritance diagram for SG::IRegisterTransient:
Collaboration diagram for SG::IRegisterTransient:

Public Member Functions

virtual ~IRegisterTransient ()
 Destructor.
virtual void registerTransient (void *trans)=0
 Register a transient object in a t2p map.

Detailed Description

Interface for registering a transient object in t2p map.

(See T2pMap.)

Definition at line 27 of file IRegisterTransient.h.

Constructor & Destructor Documentation

◆ ~IRegisterTransient()

virtual SG::IRegisterTransient::~IRegisterTransient ( )
inlinevirtual

Destructor.

Definition at line 31 of file IRegisterTransient.h.

31{}

Member Function Documentation

◆ registerTransient()

virtual void SG::IRegisterTransient::registerTransient ( void * trans)
pure virtual

Register a transient object in a t2p map.

Parameters
transThe object to register.

Implemented in SG::DataProxy.


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