Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
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. More...
 
virtual void registerTransient (void *trans)=0
 Register a transient object in a t2p map. More...
 

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: