|
Geant4
10.02.p01
|
Inheritance diagram for CB_XBase:
Collaboration diagram for CB_XBase:Public Member Functions | |
| void | VMethodA (const AClass *a) |
| void | d_VMethodA (const AClass *a) |
| void | VMethodB (const BClass *b) |
| void | d_VMethodB (const BClass *b) |
Public Member Functions inherited from XBase | |
| 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 () | |
Additional Inherited Members | |
Protected Attributes inherited from XBase | |
| int | ival |
| double | dval |
|
inline |
Definition at line 111 of file test10.cc.
References XBase::VMethodA().
Referenced by BOOST_PYTHON_MODULE().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 123 of file test10.cc.
References XBase::VMethodB().
Referenced by BOOST_PYTHON_MODULE().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from XBase.
Definition at line 104 of file test10.cc.
References XBase::VMethodA().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from XBase.
Definition at line 116 of file test10.cc.
References XBase::VMethodB().
Here is the call graph for this function: