#include <XBase.hh>
Definition at line 41 of file test02/module/XBase.hh.
◆ XBase() [1/3]
◆ ~XBase() [1/3]
◆ XBase() [2/3]
◆ ~XBase() [2/3]
virtual XBase::~XBase |
( |
| ) |
|
|
virtual |
◆ XBase() [3/3]
◆ ~XBase() [3/3]
◆ AMethod()
◆ GetDVal()
double XBase::GetDVal |
( |
| ) |
const |
|
inline |
◆ GetIVal() [1/2]
int XBase::GetIVal |
( |
| ) |
const |
|
inline |
◆ GetIVal() [2/2]
int XBase::GetIVal |
( |
| ) |
const |
|
inline |
◆ PVMethod()
virtual std::string XBase::PVMethod |
( |
| ) |
|
|
pure virtual |
◆ SetDVal()
void XBase::SetDVal |
( |
double |
aval | ) |
|
|
inline |
◆ SetIVal() [1/2]
void XBase::SetIVal |
( |
int |
aval | ) |
|
|
inline |
◆ SetIVal() [2/2]
void XBase::SetIVal |
( |
int |
i | ) |
|
|
inline |
◆ VMethod()
virtual int XBase::VMethod |
( |
const XBase * |
abase | ) |
const |
|
pure virtual |
◆ VMethodA()
virtual void XBase::VMethodA |
( |
const AClass * |
a | ) |
|
|
inlinevirtual |
Reimplemented in CB_XBase.
Definition at line 66 of file test10.cc.
67 std::cout <<
"*** XBase::VMethod...A() is called." << std::endl;
◆ VMethodB()
virtual void XBase::VMethodB |
( |
const BClass * |
b | ) |
|
|
inlinevirtual |
Reimplemented in CB_XBase.
Definition at line 70 of file test10.cc.
71 std::cout <<
"*** XBase::VMethod...B() is called." << std::endl;
◆ dval
◆ ival
The documentation for this class was generated from the following files: