ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
FuncRef (S(T::*f)()) | |
virtual void | operator() (void *obj) |
virtual void | operator() (void *, const std::string &) |
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 )() |
Definition at line 157 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 157 of file G4AnyMethod.hh
|
inline |
Definition at line 158 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 158 of file G4AnyMethod.hh
Referenced by G4AnyMethod::FuncRef< S, T >::Clone().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 169 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 169 of file G4AnyMethod.hh
References void().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 166 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 166 of file G4AnyMethod.hh
References G4AnyMethod::FuncRef< S, T >::fRef, and G4AnyMethod::FuncRef< S, T >::FuncRef().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 160 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 160 of file G4AnyMethod.hh
References G4AnyMethod::FuncRef< S, T >::fRef, and T.
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 163 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 163 of file G4AnyMethod.hh
S(T::* G4AnyMethod::FuncRef< S, T >::fRef)() |
Definition at line 172 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 172 of file G4AnyMethod.hh
Referenced by G4AnyMethod::FuncRef< S, T >::Clone(), and G4AnyMethod::FuncRef< S, T >::operator()().