#include "AClass.hh"
Definition at line 41 of file AClass.hh.
AClass::AClass |
( |
int |
i, |
|
|
double |
d = 0. |
|
) |
| |
AClass::AClass |
( |
int |
i, |
|
|
double |
d = 0. |
|
) |
| |
Definition at line 38 of file test10.cc.
39 std::cout <<
"*** AClass is created..." <<
this
Definition at line 43 of file test10.cc.
44 std::cout <<
"*** AClass is deleted..." <<
this
AClass::AClass |
( |
const AClass & |
a | ) |
|
|
inline |
AClass::AClass |
( |
const AClass & |
right | ) |
|
|
inline |
Definition at line 52 of file test12.cc.
References ival.
54 std::cout <<
"*** copy constructor is called" << std::endl;
static int AClass::AMethod |
( |
| ) |
|
|
inlinestatic |
int AClass::AMethod |
( |
int |
i | ) |
|
int AClass::AMethod |
( |
int |
i, |
|
|
double |
d |
|
) |
| |
double AClass::BMethod |
( |
double |
d | ) |
|
double AClass::CMethod |
( |
int |
i, |
|
|
double |
d1 = 1. , |
|
|
double |
d2 = 2. |
|
) |
| |
double AClass::GetDVal |
( |
| ) |
const |
|
inline |
int AClass::GetIVal |
( |
| ) |
const |
|
inline |
int AClass::GetIVal |
( |
| ) |
const |
int AClass::GetIVal |
( |
| ) |
const |
|
inline |
AClass * AClass::GetPointer |
( |
| ) |
|
|
static |
bool AClass::operator== |
( |
const AClass & |
aclass | ) |
const |
|
inline |
void AClass::Print |
( |
| ) |
const |
|
inline |
virtual std::string XBase::PVMethod |
( |
| ) |
|
|
pure virtualinherited |
void AClass::SetDVal |
( |
double |
d | ) |
|
|
inline |
void AClass::SetIVal |
( |
int |
i | ) |
|
|
inline |
void AClass::SetIVal |
( |
int |
i | ) |
|
void AClass::SetIVal |
( |
int |
i | ) |
|
|
inline |
void AClass::SetIVal |
( |
int |
i | ) |
|
|
inline |
int AClass::VMethod |
( |
const XBase * |
abase | ) |
const |
|
virtual |
virtual void XBase::VMethodA |
( |
const AClass * |
a | ) |
|
|
inlinevirtualinherited |
virtual void XBase::VMethodB |
( |
const BClass * |
b | ) |
|
|
inlinevirtualinherited |
AClass * AClass::thePointer = 0 |
|
staticprotected |
The documentation for this class was generated from the following files:
- geant4.10.03.p03/environments/g4py/tests/test01/module/AClass.hh
- geant4.10.03.p03/environments/g4py/tests/test09/module/test09.cc
- geant4.10.03.p03/environments/g4py/tests/test12/module/test12.cc
- geant4.10.03.p03/environments/g4py/tests/test08/module/test08.cc
- geant4.10.03.p03/environments/g4py/tests/test10/module/test10.cc
- geant4.10.03.p03/environments/g4py/tests/test11/module/test11.cc
- geant4.10.03.p03/environments/g4py/tests/test01/module/AClass.cc