#include <XBase.hh>
Definition at line 41 of file XBase.hh.
virtual XBase::~XBase |
( |
| ) |
|
|
virtual |
Definition at line 59 of file XBase.cc.
62 std::cout <<
"%%% XBase::AMethod is called."
63 <<
" (ival, dval)= (" <<
ival <<
"," <<
dval <<
")"
double XBase::GetDVal |
( |
| ) |
const |
|
inline |
int XBase::GetIVal |
( |
| ) |
const |
|
inline |
int XBase::GetIVal |
( |
| ) |
const |
|
inline |
virtual std::string XBase::PVMethod |
( |
| ) |
|
|
pure virtual |
void XBase::SetDVal |
( |
double |
aval | ) |
|
|
inline |
virtual int XBase::VMethod |
( |
const XBase * |
abase | ) |
const |
|
pure virtual |
Definition at line 66 of file test10.cc.
67 std::cout <<
"*** XBase::VMethod...A() is called." << std::endl;
Definition at line 70 of file test10.cc.
71 std::cout <<
"*** XBase::VMethod...B() is called." << std::endl;
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/environments/g4py/tests/test02/module/XBase.hh
- source/geant4.10.03.p03/environments/g4py/tests/test06/module/XBase.hh
- source/geant4.10.03.p03/environments/g4py/tests/test10/module/test10.cc
- source/geant4.10.03.p03/environments/g4py/tests/test02/module/XBase.cc
- source/geant4.10.03.p03/environments/g4py/tests/test06/module/XBase.cc