Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 속성 | 모든 멤버 목록
w_XBase 구조체 참조abstract
w_XBase에 대한 상속 다이어그램 :
XBase

Public 멤버 함수

std::string PVMethod ()
 
void SetIVal (int aval)
 
void SetIVal (int i)
 
int GetIVal () const
 
int GetIVal () const
 
void SetDVal (double aval)
 
double GetDVal () const
 
void AMethod ()
 
virtual int VMethod (const XBase *abase) const =0
 
virtual void VMethodA (const AClass *a)
 
virtual void VMethodB (const BClass *b)
 

Protected 속성

int ival
 
double dval
 

상세한 설명

test06.cc 파일의 42 번째 라인에서 정의되었습니다.

멤버 함수 문서화

void XBase::AMethod ( )
inherited

test02/module/XBase.cc 파일의 59 번째 라인에서 정의되었습니다.

다음을 참조함 : XBase::dval, XBase::ival.

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

double XBase::GetDVal ( ) const
inlineinherited

test02/module/XBase.hh 파일의 68 번째 라인에서 정의되었습니다.

다음을 참조함 : XBase::dval.

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

int XBase::GetIVal ( ) const
inlineinherited

test02/module/XBase.hh 파일의 65 번째 라인에서 정의되었습니다.

다음을 참조함 : XBase::ival.

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

int XBase::GetIVal ( ) const
inlineinherited
std::string w_XBase::PVMethod ( )
inlinevirtual

XBase를 구현.

test06.cc 파일의 43 번째 라인에서 정의되었습니다.

void XBase::SetDVal ( double  aval)
inlineinherited

test02/module/XBase.hh 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : d, XBase::dval.

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

void XBase::SetIVal ( int  aval)
inlineinherited

test02/module/XBase.hh 파일의 64 번째 라인에서 정의되었습니다.

다음을 참조함 : XBase::ival.

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

void XBase::SetIVal ( int  i)
inlineinherited
virtual int XBase::VMethod ( const XBase abase) const
pure virtualinherited

AClass, BClass에서 구현되었습니다.

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

virtual void XBase::VMethodA ( const AClass a)
inlinevirtualinherited

CB_XBase에서 재구현되었습니다.

test10.cc 파일의 66 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodA(), CB_XBase::VMethodA().

virtual void XBase::VMethodB ( const BClass b)
inlinevirtualinherited

CB_XBase에서 재구현되었습니다.

test10.cc 파일의 70 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodB(), CB_XBase::VMethodB().

멤버 데이타 문서화

double XBase::dval
protectedinherited

test02/module/XBase.hh 파일의 44 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BClass::AMethod(), XBase::AMethod(), BClass::BClass(), XBase::GetDVal(), XBase::SetDVal().

int XBase::ival
protectedinherited

test02/module/XBase.hh 파일의 43 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : BClass::AMethod(), XBase::AMethod(), BClass::BClass(), XBase::GetIVal(), XBase::SetIVal().


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: