|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4UIcommand.hh"#include <algorithm>#include <iostream>#include <sstream>#include <typeinfo>Go to the source code of this file.
Classes | |
| class | G4AnyType |
| 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 | ( | const G4AnyType & | operand | ) |
Definition at line 260 of file G4AnyType.hh.
| const ValueType * any_cast | ( | const G4AnyType * | operand | ) |
Definition at line 254 of file G4AnyType.hh.
| ValueType * any_cast | ( | G4AnyType * | operand | ) |
value
Definition at line 246 of file G4AnyType.hh.
Referenced by any_cast(), and any_cast().