Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | 네임스페이스 | 함수
G4AnyType.hh 파일 참조
#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)
 

함수 문서화

template<typename ValueType >
ValueType* any_cast ( G4AnyType operand)

value

G4AnyType.hh 파일의 213 번째 라인에서 정의되었습니다.

다음을 참조함 : G4AnyType::fContent, G4AnyType::Ref< ValueType >::fRef, G4AnyType::TypeInfo().

다음에 의해서 참조됨 : any_cast().

template<typename ValueType >
const ValueType* any_cast ( const G4AnyType operand)

value

G4AnyType.hh 파일의 218 번째 라인에서 정의되었습니다.

다음을 참조함 : any_cast(), operand().

template<typename ValueType >
ValueType any_cast ( const G4AnyType operand)

value

G4AnyType.hh 파일의 222 번째 라인에서 정의되었습니다.

다음을 참조함 : any_cast(), operand(), result.