Geant4-11
|
Public Types | |
typedef remove_const< typenameremove_reference< A0 >::type >::type | nakedA0 |
typedef remove_const< typenameremove_reference< A1 >::type >::type | nakedA1 |
Public Member Functions | |
virtual const std::type_info & | ArgType (size_t i) const |
virtual Placeholder * | Clone () const |
FuncRef2 (S(T::*f)(A0, A1)) | |
virtual void | operator() (void *) |
virtual void | operator() (void *obj, const std::string &s0) |
Data Fields | |
S(T::* | fRef )(A0, A1) |
Definition at line 223 of file G4AnyMethod.hh.
typedef remove_const<typenameremove_reference<A0>::type>::type G4AnyMethod::FuncRef2< S, T, A0, A1 >::nakedA0 |
Definition at line 226 of file G4AnyMethod.hh.
typedef remove_const<typenameremove_reference<A1>::type>::type G4AnyMethod::FuncRef2< S, T, A0, A1 >::nakedA1 |
Definition at line 228 of file G4AnyMethod.hh.
|
inline |
Definition at line 230 of file G4AnyMethod.hh.
Referenced by G4AnyMethod::FuncRef2< S, T, A0, A1 >::Clone().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 244 of file G4AnyMethod.hh.
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 243 of file G4AnyMethod.hh.
References G4AnyMethod::FuncRef2< S, T, A0, A1 >::fRef, and G4AnyMethod::FuncRef2< S, T, A0, A1 >::FuncRef2().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 234 of file G4AnyMethod.hh.
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 235 of file G4AnyMethod.hh.
References a0, G4AnyMethod::FuncRef2< S, T, A0, A1 >::fRef, and G4InuclParticleNames::s0.
S(T::* G4AnyMethod::FuncRef2< S, T, A0, A1 >::fRef) (A0, A1) |
Definition at line 248 of file G4AnyMethod.hh.
Referenced by G4AnyMethod::FuncRef2< S, T, A0, A1 >::Clone(), and G4AnyMethod::FuncRef2< S, T, A0, A1 >::operator()().