#include <G4AnyMethod.hh>
|
const std::type_info & | ArgType (size_t n=0) const |
|
G4bool | Empty () const |
|
| G4AnyMethod () |
|
| G4AnyMethod (const G4AnyMethod &other) |
|
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)) |
|
std::size_t | NArg () const |
|
void | operator() (void *obj) |
|
void | operator() (void *obj, const std::string &a0) |
|
G4AnyMethod & | operator= (const 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 & | Swap (G4AnyMethod &rhs) |
|
| ~G4AnyMethod () |
|
Definition at line 67 of file G4AnyMethod.hh.
◆ G4AnyMethod() [1/5]
G4AnyMethod::G4AnyMethod |
( |
| ) |
|
|
inline |
◆ G4AnyMethod() [2/5]
template<class
S , class T >
G4AnyMethod::G4AnyMethod |
( |
S(T::*)() |
f | ) |
|
|
inline |
◆ G4AnyMethod() [3/5]
template<class
S , class T , class A0 >
G4AnyMethod::G4AnyMethod |
( |
S(T::*)(A0) |
f | ) |
|
|
inline |
◆ G4AnyMethod() [4/5]
template<class
S , class T , class A0 , class A1 >
G4AnyMethod::G4AnyMethod |
( |
S(T::*)(A0, A1) |
f | ) |
|
|
inline |
◆ G4AnyMethod() [5/5]
Definition at line 96 of file G4AnyMethod.hh.
99 {}
virtual Placeholder * Clone() const =0
◆ ~G4AnyMethod()
G4AnyMethod::~G4AnyMethod |
( |
| ) |
|
|
inline |
◆ ArgType()
const std::type_info & G4AnyMethod::ArgType |
( |
size_t |
n = 0 | ) |
const |
|
inline |
◆ Empty()
G4bool G4AnyMethod::Empty |
( |
| ) |
const |
|
inline |
◆ NArg()
std::size_t G4AnyMethod::NArg |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
void G4AnyMethod::operator() |
( |
void * |
obj | ) |
|
|
inline |
◆ operator()() [2/2]
void G4AnyMethod::operator() |
( |
void * |
obj, |
|
|
const std::string & |
a0 |
|
) |
| |
|
inline |
◆ operator=() [1/4]
◆ operator=() [2/4]
template<class
S , class T >
◆ operator=() [3/4]
template<class
S , class T , class A0 >
◆ operator=() [4/4]
template<class
S , class T , class A0 , class A1 >
◆ Swap()
◆ fContent
◆ narg
std::size_t G4AnyMethod::narg = 0 |
|
private |
The documentation for this class was generated from the following file: