Struct to hold entries in the alg queues.
More...
Struct to hold entries in the alg queues.
Definition at line 322 of file AvalancheSchedulerSvc.h.
◆ TaskSpec() [1/4]
AvalancheSchedulerSvc::TaskSpec::TaskSpec |
( |
| ) |
|
|
inline |
◆ TaskSpec() [2/4]
AvalancheSchedulerSvc::TaskSpec::TaskSpec |
( |
IAlgorithm * |
algPtr, |
|
|
unsigned int |
algIndex, |
|
|
const std::string & |
algName, |
|
|
unsigned int |
algRank, |
|
|
bool |
asynchronous, |
|
|
int |
slotIndex, |
|
|
EventContext * |
eventContext |
|
) |
| |
|
inline |
◆ TaskSpec() [3/4]
AvalancheSchedulerSvc::TaskSpec::TaskSpec |
( |
const TaskSpec & |
| ) |
|
|
default |
◆ TaskSpec() [4/4]
AvalancheSchedulerSvc::TaskSpec::TaskSpec |
( |
TaskSpec && |
| ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ algIndex
unsigned int AvalancheSchedulerSvc::TaskSpec::algIndex { 0 } |
◆ algName
std::string_view AvalancheSchedulerSvc::TaskSpec::algName |
◆ algPtr
IAlgorithm* AvalancheSchedulerSvc::TaskSpec::algPtr { nullptr } |
◆ algRank
unsigned int AvalancheSchedulerSvc::TaskSpec::algRank { 0 } |
◆ asynchronous
bool AvalancheSchedulerSvc::TaskSpec::asynchronous { false } |
◆ contextPtr
EventContext* AvalancheSchedulerSvc::TaskSpec::contextPtr { nullptr } |
◆ slotIndex
int AvalancheSchedulerSvc::TaskSpec::slotIndex { 0 } |
The documentation for this struct was generated from the following file: