Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
w_ZBase Struct Reference
Inheritance diagram for w_ZBase:
ZBase

Public Member Functions

void VMethod (std::string message)
 
void d_VMethod (std::string message)
 
- Public Member Functions inherited from ZBase
 ZBase ()
 
virtual ~ZBase ()
 
void AMethod ()
 

Detailed Description

Definition at line 49 of file test06.cc.

Member Function Documentation

void w_ZBase::d_VMethod ( std::string  message)
inline

Definition at line 57 of file test06.cc.

References ZBase::VMethod().

Referenced by BOOST_PYTHON_MODULE().

57  {
58  this-> ZBase::VMethod(message);
59  }
virtual void VMethod(std::string message)
Definition: ZBase.cc:61
void w_ZBase::VMethod ( std::string  message)
inlinevirtual

Reimplemented from ZBase.

Definition at line 50 of file test06.cc.

References ZBase::VMethod().

50  {
51  if(override f= this-> get_override("VMethod"))
52  f(message);
53  else
54  ZBase::VMethod(message);
55  }
virtual void VMethod(std::string message)
Definition: ZBase.cc:61

The documentation for this struct was generated from the following file: