LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
w_ZBase Struct Reference
Inheritance diagram for w_ZBase:
ZBase

Public Member Functions

void VMethod (std::string message)
 
void d_VMethod (std::string message)
 
void AMethod ()
 

Detailed Description

Definition at line 48 of file test06.cc.

Member Function Documentation

void ZBase::AMethod ( )
inherited

Definition at line 53 of file ZBase.cc.

Referenced by BOOST_PYTHON_MODULE().

55 {
56  std::cout << "ZBase::AMethod is called." << std::endl;
57 }
void w_ZBase::d_VMethod ( std::string  message)
inline

Definition at line 56 of file test06.cc.

References ZBase::VMethod().

Referenced by BOOST_PYTHON_MODULE().

56  {
57  this-> ZBase::VMethod(message);
58  }
void message(RunManager *runmanager)
Definition: ts_scorers.cc:74
virtual void VMethod(std::string message)
Definition: ZBase.cc:60
void w_ZBase::VMethod ( std::string  message)
inlinevirtual

Reimplemented from ZBase.

Definition at line 49 of file test06.cc.

References f, and ZBase::VMethod().

49  {
50  if(override f= this-> get_override("VMethod"))
51  f(message);
52  else
54  }
void message(RunManager *runmanager)
Definition: ts_scorers.cc:74
TFile f
Definition: plotHisto.C:6
virtual void VMethod(std::string message)
Definition: ZBase.cc:60

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