ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
Placeholder () | |
virtual | ~Placeholder () |
virtual const std::type_info & | TypeInfo () const =0 |
virtual Placeholder * | Clone () const =0 |
virtual void * | Address () const =0 |
virtual std::string | ToString () const =0 |
virtual void | FromString (const std::string &val)=0 |
Definition at line 124 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 124 of file G4AnyType.hh
|
inline |
Constructor
Definition at line 127 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 127 of file G4AnyType.hh
|
inlinevirtual |
Destructor
Definition at line 129 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 129 of file G4AnyType.hh
|
pure virtual |
Query
Implemented in G4AnyType::Ref< ValueType >.
Referenced by G4AnyType::Address().
|
pure virtual |
Query
Implemented in G4AnyType::Ref< ValueType >.
|
pure virtual |
FromString
Implemented in G4AnyType::Ref< ValueType >, G4AnyType::Ref< ValueType >, G4AnyType::Ref< ValueType >, and G4AnyType::Ref< ValueType >.
Referenced by G4AnyType::FromString().
|
pure virtual |
ToString
Implemented in G4AnyType::Ref< ValueType >.
Referenced by G4AnyType::ToString().
|
pure virtual |
Query
Implemented in G4AnyType::Ref< ValueType >.
Referenced by G4AnyType::TypeInfo().