Gaudi Framework, version v23r7

Home   Generated: Wed Mar 20 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
DataOnDemandSvc::Leaf Struct Reference

#include <DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Leaf:
Collaboration graph
[legend]

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 155 of file DataOnDemandSvc.h.

Constructor & Destructor Documentation

DataOnDemandSvc::Leaf::Leaf ( )
inline

Definition at line 162 of file DataOnDemandSvc.h.

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

Definition at line 163 of file DataOnDemandSvc.h.

: algorithm(l.algorithm),
executing(l.executing), name(l.name), type(l.type), num(l.num) {}
DataOnDemandSvc::Leaf::Leaf ( const std::string t,
const std::string n 
)
inline

Definition at line 166 of file DataOnDemandSvc.h.

: algorithm(0), executing(false), name(n), type(t), num(0) {}

Member Data Documentation

IAlgorithm* DataOnDemandSvc::Leaf::algorithm

Definition at line 157 of file DataOnDemandSvc.h.

bool DataOnDemandSvc::Leaf::executing

Definition at line 158 of file DataOnDemandSvc.h.

std::string DataOnDemandSvc::Leaf::name

Definition at line 159 of file DataOnDemandSvc.h.

unsigned long DataOnDemandSvc::Leaf::num

Definition at line 161 of file DataOnDemandSvc.h.

std::string DataOnDemandSvc::Leaf::type

Definition at line 160 of file DataOnDemandSvc.h.


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

Generated at Wed Mar 20 2013 17:59:43 for Gaudi Framework, version v23r7 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004