| 
    Geant4
    10.01.p03
    
   | 
 
 Inheritance diagram for G4AnyMethod::FuncRef< S, T >:
 Collaboration diagram for G4AnyMethod::FuncRef< S, T >:Public Member Functions | |
| FuncRef (S(T::*f)()) | |
| virtual void | operator() (void *obj) | 
| virtual void | operator() (void *, const std::string &) | 
| virtual Placeholder * | Clone () 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 )() | 
Definition at line 143 of file G4AnyMethod.hh.
      
  | 
  inline | 
Definition at line 144 of file G4AnyMethod.hh.
Referenced by G4AnyMethod::FuncRef< S, T >::Clone().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Implements G4AnyMethod::Placeholder.
Definition at line 155 of file G4AnyMethod.hh.
      
  | 
  inlinevirtual | 
Implements G4AnyMethod::Placeholder.
Definition at line 152 of file G4AnyMethod.hh.
References G4AnyMethod::FuncRef< S, T >::fRef, and G4AnyMethod::FuncRef< S, T >::FuncRef().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Implements G4AnyMethod::Placeholder.
Definition at line 146 of file G4AnyMethod.hh.
References G4AnyMethod::FuncRef< S, T >::fRef.
      
  | 
  inlinevirtual | 
Implements G4AnyMethod::Placeholder.
Definition at line 149 of file G4AnyMethod.hh.
| S(T::* G4AnyMethod::FuncRef< S, T >::fRef)() | 
Definition at line 158 of file G4AnyMethod.hh.
Referenced by G4AnyMethod::FuncRef< S, T >::Clone(), and G4AnyMethod::FuncRef< S, T >::operator()().