|
Geant4.10
|
#include <algorithm>#include <typeinfo>#include <iostream>#include <sstream>#include "G4UIcommand.hh"Go to the source code of this file.
Data Structures | |
| class | G4AnyType |
| class | G4BadAnyCast |
Namespaces | |
| 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 213 of file G4AnyType.hh.
References G4AnyType::TypeInfo().
Referenced by any_cast().
| const ValueType* any_cast | ( | const G4AnyType * | operand | ) |
value
Definition at line 218 of file G4AnyType.hh.
References any_cast().
| ValueType any_cast | ( | const G4AnyType & | operand | ) |
value
Definition at line 222 of file G4AnyType.hh.
References any_cast().
1.8.7