#include <dabc/Command.h>
|
bool * | exe_ready {nullptr} |
| pointer on worker, do not use reference while worker will care about correct cleanup More...
|
|
Worker * | worker {nullptr} |
|
Definition at line 62 of file Command.h.
◆ CallerRec() [1/3]
dabc::CommandContainer::CallerRec::CallerRec |
( |
| ) |
|
|
default |
pointer on variable, which is used to indicate that execution is done
◆ CallerRec() [2/3]
dabc::CommandContainer::CallerRec::CallerRec |
( |
Worker * |
w, |
|
|
bool * |
e |
|
) |
| |
|
inline |
◆ CallerRec() [3/3]
dabc::CommandContainer::CallerRec::CallerRec |
( |
const CallerRec & |
src | ) |
|
|
inline |
◆ operator=()
◆ worker
Worker* dabc::CommandContainer::CallerRec::worker {nullptr} |
◆ exe_ready
bool* dabc::CommandContainer::CallerRec::exe_ready {nullptr} |
pointer on worker, do not use reference while worker will care about correct cleanup
Definition at line 64 of file Command.h.
The documentation for this struct was generated from the following file: