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

Global graph verifier for ATS Visual Script graphs (Phase 21-A). More...

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

Go to the source code of this file.

Classes

struct  Olympe::VSVerificationIssue
 
struct  Olympe::VSVerificationResult
 
class  Olympe::VSGraphVerifier
 Stateless global verifier for ATS Visual Script graphs. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Enumerations

enum class  Olympe::VSVerificationSeverity { Olympe::Error , Olympe::Warning , Olympe::Info }
 

Detailed Description

Global graph verifier for ATS Visual Script graphs (Phase 21-A).

Author
Olympe Engine
Date
2026-03-14

Stateless global validator that checks the full TaskGraphTemplate for structural, type-safety and blackboard consistency issues. Produces a VSVerificationResult with Error/Warning/Info issues.

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

Definition in file VSGraphVerifier.h.