Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

DataOnDemandSvc::Leaf Struct Reference

#include <DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Leaf:

Collaboration graph
[legend]

List of all members.

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.

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

DataOnDemandSvc::Leaf::Leaf ( const Leaf l  )  [inline]

Definition at line 162 of file DataOnDemandSvc.h.

00163       : algorithm(l.algorithm),
00164         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 165 of file DataOnDemandSvc.h.

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


Member Data Documentation

Definition at line 156 of file DataOnDemandSvc.h.

Definition at line 157 of file DataOnDemandSvc.h.

Definition at line 158 of file DataOnDemandSvc.h.

Definition at line 159 of file DataOnDemandSvc.h.

Definition at line 160 of file DataOnDemandSvc.h.


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

Generated at Wed Mar 17 18:16:49 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004