ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <algorithm>
#include <typeinfo>
#include <iostream>
#include <sstream>
#include "G4UIcommand.hh"
Go to the source code of this file.
Classes | |
class | G4AnyType |
class | G4AnyType::Placeholder |
class | G4AnyType::Ref< ValueType > |
class | G4BadAnyCast |
Namespaces | |
namespace | CLHEP |
Functions | |
template<typename ValueType > | |
ValueType * | any_cast (G4AnyType *operand) |
template<typename ValueType > | |
const ValueType * | any_cast (const G4AnyType *operand) |
template<typename ValueType > | |
ValueType | any_cast (const G4AnyType &operand) |
ValueType* any_cast | ( | G4AnyType * | operand | ) |
value
Definition at line 212 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 212 of file G4AnyType.hh
References G4AnyType::fContent, G4AnyType::Ref< ValueType >::fRef, and G4AnyType::TypeInfo().
Referenced by any_cast(), FW::BField::ScalableBField::Cache::Cache(), FW::Contextual::AlignedDetectorElement::transform(), FW::Contextual::PayloadDetectorElement::transform(), and Acts::Test::AlignableDetectorElement::transform().
const ValueType* any_cast | ( | const G4AnyType * | operand | ) |
value
Definition at line 217 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 217 of file G4AnyType.hh
References any_cast(), and operand().
ValueType any_cast | ( | const G4AnyType & | operand | ) |
value
Definition at line 221 of file G4AnyType.hh.
View newest version in sPHENIX GitHub at line 221 of file G4AnyType.hh
References any_cast(), and operand().