LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "BClass.hh"
Public Member Functions | |
BClass () | |
~BClass () | |
void | AMethod () |
virtual int | VMethod (const XBase *abase) const |
BClass () | |
~BClass () | |
void | SetIVal (int aval) |
void | SetIVal (int i) |
int | GetIVal () const |
int | GetIVal () const |
void | SetDVal (double aval) |
double | GetDVal () const |
virtual std::string | PVMethod ()=0 |
virtual void | VMethodA (const AClass *a) |
virtual void | VMethodB (const BClass *b) |
Protected Attributes | |
int | ival |
double | dval |
BClass::BClass | ( | ) |
|
inline |
|
inline |
void BClass::AMethod | ( | ) |
Definition at line 56 of file BClass.cc.
References XBase::dval, and XBase::ival.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 67 of file XBase.hh.
References XBase::dval.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 64 of file XBase.hh.
References XBase::ival.
Referenced by BOOST_PYTHON_MODULE(), and VMethod().
|
inlineinherited |
|
pure virtualinherited |
Implemented in w_XBase.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 66 of file XBase.hh.
References d, and XBase::dval.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
Definition at line 63 of file XBase.hh.
References XBase::ival.
Referenced by BOOST_PYTHON_MODULE().
|
inlineinherited |
|
virtual |
|
inlinevirtualinherited |
Reimplemented in CB_XBase.
Definition at line 65 of file test10.cc.
Referenced by BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodA(), ZClass::Process(), and CB_XBase::VMethodA().
|
inlinevirtualinherited |
Reimplemented in CB_XBase.
Definition at line 69 of file test10.cc.
Referenced by BOOST_PYTHON_MODULE(), CB_XBase::d_VMethodB(), ZClass::Process(), and CB_XBase::VMethodB().
|
protectedinherited |
Definition at line 43 of file XBase.hh.
Referenced by AMethod(), XBase::AMethod(), BClass(), XBase::GetDVal(), and XBase::SetDVal().
|
protectedinherited |
Definition at line 42 of file XBase.hh.
Referenced by AMethod(), XBase::AMethod(), BClass(), XBase::GetIVal(), and XBase::SetIVal().