#include <XBase.hh>
Public 멤버 함수 | |
XBase () | |
virtual | ~XBase () |
void | SetIVal (int aval) |
int | GetIVal () const |
void | SetDVal (double aval) |
double | GetDVal () const |
void | AMethod () |
virtual int | VMethod (const XBase *abase) const =0 |
XBase () | |
virtual | ~XBase () |
void | SetIVal (int i) |
int | GetIVal () const |
virtual std::string | PVMethod ()=0 |
XBase () | |
~XBase () | |
virtual void | VMethodA (const AClass *a) |
virtual void | VMethodB (const BClass *b) |
Protected 속성 | |
int | ival |
double | dval |
test02/module/XBase.hh 파일의 41 번째 라인에서 정의되었습니다.
XBase::XBase | ( | ) |
test02/module/XBase.cc 파일의 43 번째 라인에서 정의되었습니다.
|
virtual |
test02/module/XBase.cc 파일의 52 번째 라인에서 정의되었습니다.
XBase::XBase | ( | ) |
|
virtual |
void XBase::AMethod | ( | ) |
test02/module/XBase.cc 파일의 59 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BOOST_PYTHON_MODULE().
|
inline |
|
inline |
|
inline |
|
pure virtual |
w_XBase에서 구현되었습니다.
다음에 의해서 참조됨 : BOOST_PYTHON_MODULE().
|
inline |
test02/module/XBase.hh 파일의 67 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BOOST_PYTHON_MODULE().
다음에 의해서 참조됨 : BOOST_PYTHON_MODULE().
CB_XBase에서 재구현되었습니다.
test10.cc 파일의 66 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodA(), CB_XBase::VMethodA().
CB_XBase에서 재구현되었습니다.
test10.cc 파일의 70 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodB(), CB_XBase::VMethodB().
|
protected |
test02/module/XBase.hh 파일의 44 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BClass::AMethod(), AMethod(), BClass::BClass(), GetDVal(), SetDVal().
|
protected |
test02/module/XBase.hh 파일의 43 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BClass::AMethod(), AMethod(), BClass::BClass(), GetIVal(), SetIVal().