Gaudi Framework, version v20r4

Generated: 8 Jan 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 129 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 136 of file DataOnDemandSvc.h.

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

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

Definition at line 137 of file DataOnDemandSvc.h.

00138       : algorithm(l.algorithm), 
00139         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 140 of file DataOnDemandSvc.h.

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


Member Data Documentation

Definition at line 131 of file DataOnDemandSvc.h.

Definition at line 132 of file DataOnDemandSvc.h.

Definition at line 133 of file DataOnDemandSvc.h.

Definition at line 134 of file DataOnDemandSvc.h.

Definition at line 135 of file DataOnDemandSvc.h.


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

Generated at Thu Jan 8 17:50:52 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004