#include <algorithm>
#include <typeinfo>
#include <iostream>
#include <sstream>
#include "G4UIcommand.hh"
클래스 | |
class | G4AnyType |
class | G4AnyType::Placeholder |
class | G4AnyType::Ref< ValueType > |
class | G4BadAnyCast |
네임스페이스 | |
CLHEP | |
함수 | |
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
G4AnyType.hh 파일의 213 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AnyType::fContent, G4AnyType::Ref< ValueType >::fRef, G4AnyType::TypeInfo().
다음에 의해서 참조됨 : any_cast().
const ValueType* any_cast | ( | const G4AnyType * | operand | ) |
ValueType any_cast | ( | const G4AnyType & | operand | ) |