ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
Placeholder () | |
virtual | ~Placeholder () |
virtual Placeholder * | Clone () const =0 |
virtual void | operator() (void *)=0 |
virtual void | operator() (void *, const std::string &)=0 |
virtual const std::type_info & | ArgType (size_t) const =0 |
Definition at line 147 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 147 of file G4AnyMethod.hh
|
inline |
Definition at line 149 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 149 of file G4AnyMethod.hh
|
inlinevirtual |
Definition at line 150 of file G4AnyMethod.hh.
View newest version in sPHENIX GitHub at line 150 of file G4AnyMethod.hh
|
pure virtual |
Implemented in G4AnyMethod::FuncRef2< S, T, A0, A1 >, G4AnyMethod::FuncRef1< S, T, A0 >, and G4AnyMethod::FuncRef< S, T >.
Referenced by G4AnyMethod::ArgType().
|
pure virtual |