![]() |
ATLAS Offline Software
|
#include <IRootAuxDynIO.h>
Public Member Functions | |
| virtual | ~IAuxDynShare ()=default |
| Default Destructor. | |
| virtual StatusCode | receiveStore (TClass *cl, void *obj, int num=0)=0 |
| Receive dynamic aux store variables from streaming tool. | |
| virtual StatusCode | sendStore (TClass *cl, const void *obj, const std::string &classId, const std::string &contName, int num=0)=0 |
| Send dynamic aux store variables to streaming tool. | |
Definition at line 88 of file IRootAuxDynIO.h.
|
virtualdefault |
Default Destructor.
|
pure virtual |
Receive dynamic aux store variables from streaming tool.
Implemented in AuxDiscoverySvc.
|
pure virtual |
Send dynamic aux store variables to streaming tool.
Implemented in AuxDiscoverySvc.