Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

DataOnDemandSvc::Leaf Struct Reference

#include <DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Leaf:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 126 of file DataOnDemandSvc.h.


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

Constructor & Destructor Documentation

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

Definition at line 133 of file DataOnDemandSvc.h.

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

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

Definition at line 134 of file DataOnDemandSvc.h.

00135       : algorithm(l.algorithm),
00136         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 137 of file DataOnDemandSvc.h.

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


Member Data Documentation

Definition at line 128 of file DataOnDemandSvc.h.

Definition at line 129 of file DataOnDemandSvc.h.

Definition at line 130 of file DataOnDemandSvc.h.

Definition at line 131 of file DataOnDemandSvc.h.

Definition at line 132 of file DataOnDemandSvc.h.


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

Generated at Wed Nov 11 16:32:41 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004