ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
Ref (ValueType &value) | |
virtual const std::type_info & | TypeInfo () const |
virtual Placeholder * | Clone () const |
virtual void * | Address () const |
virtual std::string | ToString () const |
virtual void | FromString (const std::string &val) |
template<> | |
void | FromString (const std::string &val) |
template<> | |
void | FromString (const std::string &val) |
template<> | |
void | FromString (const std::string &val) |
Public Member Functions inherited from G4AnyType::Placeholder | |
Placeholder () | |
virtual | ~Placeholder () |
Public Attributes | |
ValueType & | fRef |
Definition at line 142 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 142 of file G4AnyType.hh
|
inline |
Constructor
Definition at line 145 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 145 of file G4AnyType.hh
Referenced by G4AnyType::Ref< ValueType >::Clone().
|
inlinevirtual |
Address
Implements G4AnyType::Placeholder.
Definition at line 155 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 155 of file G4AnyType.hh
References G4AnyType::Ref< ValueType >::fRef.
|
inlinevirtual |
Clone
Implements G4AnyType::Placeholder.
Definition at line 151 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 151 of file G4AnyType.hh
References G4AnyType::Ref< ValueType >::fRef, and G4AnyType::Ref< ValueType >::Ref().
|
inlinevirtual |
FromString
Implements G4AnyType::Placeholder.
Definition at line 165 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 165 of file G4AnyType.hh
References G4AnyType::Ref< ValueType >::fRef.
|
inlinevirtual |
Specializations
Implements G4AnyType::Placeholder.
Definition at line 182 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 182 of file G4AnyType.hh
References G4UIcommand::ConvertToBool().
|
inlinevirtual |
FromString
Implements G4AnyType::Placeholder.
Definition at line 186 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 186 of file G4AnyType.hh
|
inlinevirtual |
FromString
Implements G4AnyType::Placeholder.
Definition at line 191 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 191 of file G4AnyType.hh
References G4UIcommand::ConvertTo3Vector().
|
inlinevirtual |
ToString
Implements G4AnyType::Placeholder.
Definition at line 159 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 159 of file G4AnyType.hh
References G4AnyType::Ref< ValueType >::fRef.
|
inlinevirtual |
Query
Implements G4AnyType::Placeholder.
Definition at line 147 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 147 of file G4AnyType.hh
ValueType& G4AnyType::Ref< ValueType >::fRef |
representation
Definition at line 170 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 170 of file G4AnyType.hh
Referenced by G4AnyType::Ref< ValueType >::Address(), any_cast(), G4AnyType::Ref< ValueType >::Clone(), G4AnyType::Ref< ValueType >::FromString(), and G4AnyType::Ref< ValueType >::ToString().