|
typedef std::function< bool(int)> | ShouldContinue |
|
|
| CompiledExecutionStep (const ExecutionStep *mainStep, Workspace *ws, ShouldContinue externalShouldContinue) |
|
|
const ExecutionStep * | step |
|
vector< std::shared_ptr< CompiledExecutionStep > > | reportSubsteps |
|
vector< std::shared_ptr< CompiledExecutionStep > > | recurringSubsteps |
|
vector< NetBase * > | networks |
|
Blob * | shouldStop {nullptr} |
|
ShouldContinue | netShouldContinue |
|
ShouldContinue | shouldContinue |
|
std::atomic< bool > | gotFailure {false} |
|
Definition at line 81 of file workspace.cc.
The documentation for this struct was generated from the following file: