Gaudi Framework, version v20r2

Generated: 18 Jul 2008

DataOnDemandSvc::Leaf Struct Reference

#include <DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Leaf:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 127 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


Constructor & Destructor Documentation

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

Definition at line 133 of file DataOnDemandSvc.h.

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

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) {}

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) {}


Member Data Documentation

IAlgorithm* DataOnDemandSvc::Leaf::algorithm

Definition at line 129 of file DataOnDemandSvc.h.

Referenced by DataOnDemandSvc::configureHandler(), DataOnDemandSvc::dump(), and DataOnDemandSvc::execHandler().

bool DataOnDemandSvc::Leaf::executing

Definition at line 130 of file DataOnDemandSvc.h.

Referenced by DataOnDemandSvc::execHandler().

std::string DataOnDemandSvc::Leaf::name

Definition at line 131 of file DataOnDemandSvc.h.

Referenced by DataOnDemandSvc::configureHandler(), DataOnDemandSvc::dump(), and DataOnDemandSvc::execHandler().

std::string DataOnDemandSvc::Leaf::type

Definition at line 132 of file DataOnDemandSvc.h.

Referenced by DataOnDemandSvc::configureHandler(), DataOnDemandSvc::dump(), and DataOnDemandSvc::execHandler().


The documentation for this struct was generated from the following file:
Generated at Fri Jul 18 12:07:01 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004