| AddEvent(const ExecutionEvent &event) | Olympe::GraphExecutionTracer | private |
| GetErrorNodes() const | Olympe::GraphExecutionTracer | inline |
| GetEvents() const | Olympe::GraphExecutionTracer | inline |
| GetExecutionSummary() const | Olympe::GraphExecutionTracer | |
| GetStepCount() const | Olympe::GraphExecutionTracer | inline |
| GetTraceLog() const | Olympe::GraphExecutionTracer | |
| GraphExecutionTracer() | Olympe::GraphExecutionTracer | |
| HasErrors() const | Olympe::GraphExecutionTracer | inline |
| m_errorNodes | Olympe::GraphExecutionTracer | private |
| m_events | Olympe::GraphExecutionTracer | private |
| m_executionComplete | Olympe::GraphExecutionTracer | private |
| m_executionSuccess | Olympe::GraphExecutionTracer | private |
| m_stepCount | Olympe::GraphExecutionTracer | private |
| RecordBranchTaken(int32_t nodeId, const std::string &branchName, int32_t nextNodeId) | Olympe::GraphExecutionTracer | |
| RecordConditionEvaluated(int32_t nodeId, const std::string &expression, bool result, const std::string &message="") | Olympe::GraphExecutionTracer | |
| RecordDataPinResolved(int32_t nodeId, const std::string &pinName, const std::string &value) | Olympe::GraphExecutionTracer | |
| RecordError(int32_t nodeId, const std::string &nodeName, const std::string &errorMessage, const std::string &severity="Error") | Olympe::GraphExecutionTracer | |
| RecordExecutionBlocked(int32_t nodeId, const std::string &reason) | Olympe::GraphExecutionTracer | |
| RecordExecutionCompleted(bool success, const std::string &message) | Olympe::GraphExecutionTracer | |
| RecordNodeEntered(int32_t nodeId, const std::string &nodeName, const std::string &nodeType) | Olympe::GraphExecutionTracer | |
| RecordNodeExited(int32_t nodeId, int32_t nextNodeId) | Olympe::GraphExecutionTracer | |
| Reset() | Olympe::GraphExecutionTracer | |
| ~GraphExecutionTracer() | Olympe::GraphExecutionTracer | |