ATLAS Offline Software
Public Member Functions | List of all members
ExpressionParsing::SGxAODProxyLoader::IParentHelper Class Referenceabstract

Interface of an auxiliary class to pass the parent, e.g. More...

#include <SGxAODProxyLoader.h>

Inheritance diagram for ExpressionParsing::SGxAODProxyLoader::IParentHelper:
Collaboration diagram for ExpressionParsing::SGxAODProxyLoader::IParentHelper:

Public Member Functions

 ~IParentHelper ()
 
virtual StatusCode declare (SG::VarHandleKey &handle)=0
 This method needs to be implement to declare the given data handle. More...
 

Detailed Description

Interface of an auxiliary class to pass the parent, e.g.

AthCommonDataStore, to this loader to declare new data handles.

Definition at line 64 of file SGxAODProxyLoader.h.

Constructor & Destructor Documentation

◆ ~IParentHelper()

ExpressionParsing::SGxAODProxyLoader::IParentHelper::~IParentHelper ( )
inline

Definition at line 66 of file SGxAODProxyLoader.h.

66 {}

Member Function Documentation

◆ declare()

virtual StatusCode ExpressionParsing::SGxAODProxyLoader::IParentHelper::declare ( SG::VarHandleKey handle)
pure virtual

This method needs to be implement to declare the given data handle.

Implemented in ExpressionParsing::SGxAODProxyLoader::ParentHelper< T >.


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