Geant4
10.01.p02
|
Public Types | |
typedef remove_reference< A0 > ::type | nakedA0 |
typedef remove_reference< A1 > ::type | nakedA1 |
Public Member Functions | |
FuncRef2 (S(T::*f)(A0, A1)) | |
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 i) const |
Public Member Functions inherited from G4AnyMethod::Placeholder | |
Placeholder () | |
virtual | ~Placeholder () |
Public Attributes | |
S(T::* | fRef )(A0, A1) |
Definition at line 184 of file G4AnyMethod.hh.
typedef remove_reference<A0>::type G4AnyMethod::FuncRef2< S, T, A0, A1 >::nakedA0 |
Definition at line 185 of file G4AnyMethod.hh.
typedef remove_reference<A1>::type G4AnyMethod::FuncRef2< S, T, A0, A1 >::nakedA1 |
Definition at line 186 of file G4AnyMethod.hh.
|
inline |
Definition at line 188 of file G4AnyMethod.hh.
Referenced by G4AnyMethod::FuncRef2< S, T, A0, A1 >::Clone().
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 203 of file G4AnyMethod.hh.
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 200 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 190 of file G4AnyMethod.hh.
|
inlinevirtual |
Implements G4AnyMethod::Placeholder.
Definition at line 193 of file G4AnyMethod.hh.
References a0, a1, and G4AnyMethod::FuncRef2< S, T, A0, A1 >::fRef.
S(T::* G4AnyMethod::FuncRef2< S, T, A0, A1 >::fRef)(A0, A1) |
Definition at line 206 of file G4AnyMethod.hh.
Referenced by G4AnyMethod::FuncRef2< S, T, A0, A1 >::Clone(), and G4AnyMethod::FuncRef2< S, T, A0, A1 >::operator()().