Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Namespaces | Functions
TaskGraphTypes.cpp File Reference

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.
 

Detailed Description

Implementation of TaskValue for the Atomic Task System.

Author
Olympe Engine
Date
2026-02-20

Definition in file TaskGraphTypes.cpp.