Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions | Public Attributes

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 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

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

Definition at line 160 of file DataOnDemandSvc.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:35 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004