The Gaudi Framework  master (37c0b60a)
DataOnDemandSvc::Leaf Struct Reference

#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/IncidentSvc/DataOnDemandSvc.h>

Collaboration diagram for DataOnDemandSvc::Leaf:

Public Member Functions

 Leaf ()=default
 
 Leaf (const Leaf &l)=default
 
Leafoperator= (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 140 of file DataOnDemandSvc.h.

Constructor & Destructor Documentation

◆ Leaf() [1/3]

DataOnDemandSvc::Leaf::Leaf ( )
default

◆ Leaf() [2/3]

DataOnDemandSvc::Leaf::Leaf ( const Leaf l)
default

◆ Leaf() [3/3]

DataOnDemandSvc::Leaf::Leaf ( std::string  t,
std::string  n 
)
inline

Definition at line 149 of file DataOnDemandSvc.h.

149 : name( std::move( n ) ), type( std::move( t ) ) {}

Member Function Documentation

◆ operator=()

Leaf& DataOnDemandSvc::Leaf::operator= ( const Leaf l)
default

Member Data Documentation

◆ algorithm

IAlgorithm* DataOnDemandSvc::Leaf::algorithm = nullptr

Definition at line 141 of file DataOnDemandSvc.h.

◆ executing

bool DataOnDemandSvc::Leaf::executing = false

Definition at line 145 of file DataOnDemandSvc.h.

◆ name

std::string DataOnDemandSvc::Leaf::name

Definition at line 142 of file DataOnDemandSvc.h.

◆ num

unsigned long DataOnDemandSvc::Leaf::num = 0

Definition at line 144 of file DataOnDemandSvc.h.

◆ type

std::string DataOnDemandSvc::Leaf::type

Definition at line 143 of file DataOnDemandSvc.h.


The documentation for this struct was generated from the following file:
std::move
T move(T... args)
DataOnDemandSvc::Leaf::type
std::string type
Definition: DataOnDemandSvc.h:143
bug_34121.t
t
Definition: bug_34121.py:31
cpluginsvc.n
n
Definition: cpluginsvc.py:234
DataOnDemandSvc::Leaf::name
std::string name
Definition: DataOnDemandSvc.h:142