Geant4  10.00.p02
G4AnyMethod::FuncRef1< S, T, A0 > Struct Template Reference
+ Inheritance diagram for G4AnyMethod::FuncRef1< S, T, A0 >:
+ Collaboration diagram for G4AnyMethod::FuncRef1< S, T, A0 >:

Public Types

typedef remove_reference< A0 >
::type 
nakedA0
 

Public Member Functions

 FuncRef1 (S(T::*f)(A0))
 
virtual void operator() (void *)
 
virtual void operator() (void *obj, const std::string &s0)
 
virtual PlaceholderClone () 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 )(A0)
 

Detailed Description

template<class S, class T, class A0>
struct G4AnyMethod::FuncRef1< S, T, A0 >

Definition at line 161 of file G4AnyMethod.hh.

Member Typedef Documentation

template<class S , class T , class A0 >
typedef remove_reference<A0>::type G4AnyMethod::FuncRef1< S, T, A0 >::nakedA0

Definition at line 162 of file G4AnyMethod.hh.

Constructor & Destructor Documentation

template<class S , class T , class A0 >
G4AnyMethod::FuncRef1< S, T, A0 >::FuncRef1 ( S(T::*)(A0)  f)
inline

Definition at line 164 of file G4AnyMethod.hh.

Referenced by G4AnyMethod::FuncRef1< S, T, A0 >::Clone().

+ Here is the caller graph for this function:

Member Function Documentation

template<class S , class T , class A0 >
virtual const std::type_info& G4AnyMethod::FuncRef1< S, T, A0 >::ArgType ( size_t  ) const
inlinevirtual

Implements G4AnyMethod::Placeholder.

Definition at line 178 of file G4AnyMethod.hh.

template<class S , class T , class A0 >
virtual Placeholder* G4AnyMethod::FuncRef1< S, T, A0 >::Clone ( ) const
inlinevirtual

Implements G4AnyMethod::Placeholder.

Definition at line 175 of file G4AnyMethod.hh.

References G4AnyMethod::FuncRef1< S, T, A0 >::fRef, and G4AnyMethod::FuncRef1< S, T, A0 >::FuncRef1().

+ Here is the call graph for this function:

template<class S , class T , class A0 >
virtual void G4AnyMethod::FuncRef1< S, T, A0 >::operator() ( void *  )
inlinevirtual

Implements G4AnyMethod::Placeholder.

Definition at line 166 of file G4AnyMethod.hh.

template<class S , class T , class A0 >
virtual void G4AnyMethod::FuncRef1< S, T, A0 >::operator() ( void *  obj,
const std::string &  s0 
)
inlinevirtual

Implements G4AnyMethod::Placeholder.

Definition at line 169 of file G4AnyMethod.hh.

References a0, and G4AnyMethod::FuncRef1< S, T, A0 >::fRef.

Member Data Documentation

template<class S , class T , class A0 >
S(T::* G4AnyMethod::FuncRef1< S, T, A0 >::fRef)(A0)

The documentation for this struct was generated from the following file: