|
Geant4.10
|
#include <XBase.hh>
Public Member Functions | |
| 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 Attributes | |
| int | ival |
| double | dval |
Definition at line 41 of file test02/mylib/XBase.hh.
| XBase::XBase | ( | ) |
Definition at line 43 of file test02/mylib/XBase.cc.
|
virtual |
Definition at line 52 of file test02/mylib/XBase.cc.
| XBase::XBase | ( | ) |
|
virtual |
| void XBase::AMethod | ( | ) |
|
inline |
Definition at line 68 of file test02/mylib/XBase.hh.
References dval.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Definition at line 65 of file test02/mylib/XBase.hh.
References ival.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
|
pure virtual |
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Definition at line 67 of file test02/mylib/XBase.hh.
References dval.
Referenced by BOOST_PYTHON_MODULE().
Definition at line 64 of file test02/mylib/XBase.hh.
References ival.
Referenced by BOOST_PYTHON_MODULE().
Implemented in BClass.
Referenced by BOOST_PYTHON_MODULE().
Definition at line 66 of file test10.cc.
Referenced by BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodA(), and CB_XBase::VMethodA().
Definition at line 70 of file test10.cc.
Referenced by BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodB(), and CB_XBase::VMethodB().
|
protected |
Definition at line 44 of file test02/mylib/XBase.hh.
Referenced by BClass::AMethod(), AMethod(), BClass::BClass(), GetDVal(), and SetDVal().
|
protected |
Definition at line 43 of file test02/mylib/XBase.hh.
Referenced by BClass::AMethod(), AMethod(), BClass::BClass(), GetIVal(), and SetIVal().
1.8.7