The Gaudi Framework  v30r3 (a5ef0a68)
DataOnDemandSvc::Leaf Struct Reference

#include <src/IncidentSvc/DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Leaf:

Public Member Functions

 Leaf ()=default
 
 Leaf (const Leaf &l)=default
 
 Leaf (std::string t, std::string n)
 

Public Attributes

IAlgorithmalgorithm = nullptr
 
std::string name
 
std::string type
 
unsigned long num = 0
 
bool executing = false
 

Detailed Description

Definition at line 138 of file DataOnDemandSvc.h.

Constructor & Destructor Documentation

DataOnDemandSvc::Leaf::Leaf ( )
default
DataOnDemandSvc::Leaf::Leaf ( const Leaf l)
default
DataOnDemandSvc::Leaf::Leaf ( std::string  t,
std::string  n 
)
inline

Definition at line 146 of file DataOnDemandSvc.h.

146 : name( std::move( n ) ), type( std::move( t ) ) {}
T move(T...args)

Member Data Documentation

IAlgorithm* DataOnDemandSvc::Leaf::algorithm = nullptr

Definition at line 139 of file DataOnDemandSvc.h.

bool DataOnDemandSvc::Leaf::executing = false

Definition at line 143 of file DataOnDemandSvc.h.

std::string DataOnDemandSvc::Leaf::name

Definition at line 140 of file DataOnDemandSvc.h.

unsigned long DataOnDemandSvc::Leaf::num = 0

Definition at line 142 of file DataOnDemandSvc.h.

std::string DataOnDemandSvc::Leaf::type

Definition at line 141 of file DataOnDemandSvc.h.


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