Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces
GraphRuntimeInstance.h File Reference

Single-threaded execution instance for a TaskGraphTemplate. More...

#include <string>
#include <vector>
#include <set>
#include "../TaskSystem/TaskGraphTemplate.h"
#include "RuntimeEnvironment.h"
+ Include dependency graph for GraphRuntimeInstance.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::GraphRuntimeInstance
 Manages single-threaded step-by-step execution of a TaskGraphTemplate. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Single-threaded execution instance for a TaskGraphTemplate.

Author
Olympe Engine
Date
2026-03-17

GraphRuntimeInstance wraps a TaskGraphTemplate and manages the runtime state needed to execute it step-by-step. It owns a RuntimeEnvironment (Blackboard + dynamic pin values) and an execution stack.

Execution model:

Branch node evaluation:

C++14 compliant — no std::optional, structured bindings, std::filesystem.

Definition in file GraphRuntimeInstance.h.