LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
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) |
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 std::string | PVMethod ()=0 |
Protected Attributes | |
int | ival |
double | dval |
|
inherited |
Definition at line 59 of file XBase.cc.
References XBase::dval, and XBase::ival.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Definition at line 111 of file test10.cc.
References XBase::VMethodA().
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Definition at line 123 of file test10.cc.
References XBase::VMethodB().
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 68 of file XBase.hh.
References XBase::dval.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 65 of file XBase.hh.
References XBase::ival.
Referenced by BOOST_PYTHON_MODULE(), and BClass::VMethod().
|
inlineinherited |
|
pure virtualinherited |
Implemented in w_XBase.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 67 of file XBase.hh.
References d, and XBase::dval.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 64 of file XBase.hh.
References XBase::ival.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
|
pure virtualinherited |
Implemented in AClass, and BClass.
Referenced by BOOST_PYTHON_MODULE().
|
inlinevirtual |
Reimplemented from XBase.
Definition at line 104 of file test10.cc.
References f, and XBase::VMethodA().
|
inlinevirtual |
Reimplemented from XBase.
Definition at line 116 of file test10.cc.
References f, and XBase::VMethodB().
|
protectedinherited |
Definition at line 44 of file XBase.hh.
Referenced by BClass::AMethod(), XBase::AMethod(), BClass::BClass(), XBase::GetDVal(), and XBase::SetDVal().
|
protectedinherited |
Definition at line 43 of file XBase.hh.
Referenced by BClass::AMethod(), XBase::AMethod(), BClass::BClass(), XBase::GetIVal(), and XBase::SetIVal().