#include <xAODVariableProxyLoaders.h>
Definition at line 103 of file xAODVariableProxyLoaders.h.
◆ TMethodWrapper() [1/2]
ExpressionParsing::TMethodWrapper::TMethodWrapper |
( |
const std::type_info & |
elementTypeinfo, |
|
|
const std::string & |
methodName |
|
) |
| |
◆ TMethodWrapper() [2/2]
◆ ~TMethodWrapper()
ExpressionParsing::TMethodWrapper::~TMethodWrapper |
( |
| ) |
|
|
virtual |
◆ getDoubleValue()
double ExpressionParsing::TMethodWrapper::getDoubleValue |
( |
const SG::AuxElement * |
auxElement | ) |
const |
|
virtual |
◆ getIntValue()
◆ getVecDoubleValue()
std::vector< double > ExpressionParsing::TMethodWrapper::getVecDoubleValue |
( |
const SG::AuxVectorData * |
auxVectorData | ) |
|
|
virtual |
◆ getVecIntValue()
std::vector< int > ExpressionParsing::TMethodWrapper::getVecIntValue |
( |
const SG::AuxVectorData * |
auxVectorData | ) |
|
|
virtual |
◆ isValid() [1/2]
◆ isValid() [2/2]
◆ operator=()
◆ variableType()
Definition at line 34 of file xAODVariableProxyLoaders.cxx.
36 TMethodCall*
mc = m_methodCall.call();
38 switch (
mc->ReturnType()) {
39 case TMethodCall::kLong:
41 case TMethodCall::kDouble:
43 case TMethodCall::kString:
44 case TMethodCall::kOther:
45 case TMethodCall::kNone:
◆ ATLAS_THREAD_SAFE
◆ m_valid
bool ExpressionParsing::TMethodWrapper::m_valid |
|
private |
The documentation for this class was generated from the following files: