|
Geant4-11
|
#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 |
| class | G4AnyType::Placeholder |
| class | G4AnyType::Ref< ValueType > |
Namespaces | |
| namespace | CLHEP |
Functions | |
| template<typename ValueType > | |
| ValueType | any_cast (const G4AnyType &operand) |
| template<typename ValueType > | |
| const ValueType * | any_cast (const G4AnyType *operand) |
| template<typename ValueType > | |
| ValueType * | any_cast (G4AnyType *operand) |
| ValueType any_cast | ( | const G4AnyType & | operand | ) |
Definition at line 270 of file G4AnyType.hh.
References operand().
| const ValueType * any_cast | ( | const G4AnyType * | operand | ) |
Definition at line 264 of file G4AnyType.hh.
References operand().
| ValueType * any_cast | ( | G4AnyType * | operand | ) |
value
Definition at line 256 of file G4AnyType.hh.