aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/Model/Workflow/Evaluation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/source/Cplt/Model/Workflow/Evaluation.hpp')
-rw-r--r--app/source/Cplt/Model/Workflow/Evaluation.hpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/app/source/Cplt/Model/Workflow/Evaluation.hpp b/app/source/Cplt/Model/Workflow/Evaluation.hpp
index 5b8c6cc..2cd0e53 100644
--- a/app/source/Cplt/Model/Workflow/Evaluation.hpp
+++ b/app/source/Cplt/Model/Workflow/Evaluation.hpp
@@ -7,17 +7,14 @@
#include <string>
#include <vector>
-class WorkflowEvaluationError
-{
+class WorkflowEvaluationError {
public:
- enum MessageType : int16_t
- {
+ enum MessageType : int16_t {
Error,
Warning,
};
- enum PinType : int16_t
- {
+ enum PinType : int16_t {
NoPin,
InputPin,
OutputPin,
@@ -37,8 +34,7 @@ public:
std::string Format() const;
};
-class WorkflowEvaluationContext
-{
+class WorkflowEvaluationContext {
private:
struct RuntimeNode;
struct RuntimeConnection;