|
| | G4AnyMethod () |
| |
| template<class S , class T > |
| | G4AnyMethod (S(T::*f)()) |
| |
| template<class S , class T , class A0 > |
| | G4AnyMethod (S(T::*f)(A0)) |
| |
| template<class S , class T , class A0 , class A1 > |
| | G4AnyMethod (S(T::*f)(A0, A1)) |
| |
| | G4AnyMethod (const G4AnyMethod &other) |
| |
| | ~G4AnyMethod () |
| |
| G4AnyMethod & | Swap (G4AnyMethod &rhs) |
| |
| template<class S , class T > |
| G4AnyMethod & | operator= (S(T::*f)()) |
| |
| template<class S , class T , class A0 > |
| G4AnyMethod & | operator= (S(T::*f)(A0)) |
| |
| template<class S , class T , class A0 , class A1 > |
| G4AnyMethod & | operator= (S(T::*f)(A0, A1)) |
| |
| G4AnyMethod & | operator= (const G4AnyMethod &rhs) |
| |
| bool | Empty () const |
| |
| void | operator() (void *obj) |
| |
| void | operator() (void *obj, const std::string &a0) |
| |
| size_t | NArg () const |
| |
| const std::type_info & | ArgType (size_t n=0) const |
| |
This class represents any object method. The class only holds a member pointer.
Definition at line 67 of file G4AnyMethod.hh.