![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Implementation of TaskValue for the Atomic Task System. More...
#include "TaskGraphTypes.h"#include <stdexcept>#include <string>#include <sstream>#include "../system/system_utils.h"
Include dependency graph for TaskGraphTypes.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Functions | |
| static std::string | Olympe::VariableTypeToString (VariableType t) |
| Converts a VariableType to its canonical string representation. | |
| static TaskValue | Olympe::GetDefaultValueForType (VariableType type) |
| Returns a correctly-typed default TaskValue for the given VariableType. | |
Implementation of TaskValue for the Atomic Task System.
Definition in file TaskGraphTypes.cpp.