All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DataOnDemandSvc::Leaf Struct Reference

#include <src/IncidentSvc/DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Leaf:

Public Member Functions

 Leaf ()
 
 Leaf (const Leaf &l)
 
 Leaf (const std::string &t, const std::string &n)
 

Public Attributes

IAlgorithmalgorithm
 
bool executing
 
std::string name
 
std::string type
 
unsigned long num
 

Detailed Description

Definition at line 154 of file DataOnDemandSvc.h.

Constructor & Destructor Documentation

DataOnDemandSvc::Leaf::Leaf ( )
inline

Definition at line 161 of file DataOnDemandSvc.h.

161 : algorithm ( 0 ) , executing (false ) , name() , type() , num ( 0 ) {}
DataOnDemandSvc::Leaf::Leaf ( const Leaf l)
inline

Definition at line 162 of file DataOnDemandSvc.h.

163  : algorithm(l.algorithm),
164  executing(l.executing), name(l.name), type(l.type), num(l.num) {}
dictionary l
Definition: gaudirun.py:365
DataOnDemandSvc::Leaf::Leaf ( const std::string &  t,
const std::string &  n 
)
inline

Definition at line 165 of file DataOnDemandSvc.h.

Member Data Documentation

IAlgorithm* DataOnDemandSvc::Leaf::algorithm

Definition at line 156 of file DataOnDemandSvc.h.

bool DataOnDemandSvc::Leaf::executing

Definition at line 157 of file DataOnDemandSvc.h.

std::string DataOnDemandSvc::Leaf::name

Definition at line 158 of file DataOnDemandSvc.h.

unsigned long DataOnDemandSvc::Leaf::num

Definition at line 160 of file DataOnDemandSvc.h.

std::string DataOnDemandSvc::Leaf::type

Definition at line 159 of file DataOnDemandSvc.h.


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