ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Types | |
typedef remove_const< typename remove_reference< A0 >::type > ::type | nakedA0 |
Public Member Functions | |
FuncRef1 (S(T::*f)(A0)) | |
virtual void | operator() (void *) |
virtual void | operator() (void *obj, const std::string &s0) |
virtual Placeholder * | Clone () const |
virtual const std::type_info & | ArgType (size_t) const |
Public Member Functions inherited from G4AnyMethod::Placeholder | |
Placeholder () | |
virtual | ~Placeholder () |
Public Attributes | |
S(T::* | fRef )(A0) |
Definition at line 175 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 175 of file G4AnyMethod.hh
typedef remove_const<typename remove_reference<A0>::type>::type G4AnyMethod::FuncRef1< S, T, A0 >::nakedA0 |
Definition at line 176 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 176 of file G4AnyMethod.hh
|
inline |
Definition at line 178 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 178 of file G4AnyMethod.hh
Referenced by G4AnyMethod::FuncRef1< S, T, A0 >::Clone().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 192 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 192 of file G4AnyMethod.hh
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 189 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 189 of file G4AnyMethod.hh
References G4AnyMethod::FuncRef1< S, T, A0 >::fRef, and G4AnyMethod::FuncRef1< S, T, A0 >::FuncRef1().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 180 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 180 of file G4AnyMethod.hh
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 183 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 183 of file G4AnyMethod.hh
References a0, G4AnyMethod::FuncRef1< S, T, A0 >::fRef, and T.
S(T::* G4AnyMethod::FuncRef1< S, T, A0 >::fRef)(A0) |
Definition at line 195 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 195 of file G4AnyMethod.hh
Referenced by G4AnyMethod::FuncRef1< S, T, A0 >::Clone(), and G4AnyMethod::FuncRef1< S, T, A0 >::operator()().