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

Hardcoded lists of math and comparison operators for dropdown editors. More...

#include <string>
#include <vector>
+ Include dependency graph for OperatorRegistry.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::OperatorRegistry
 Static registry of math and comparison operator strings. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Hardcoded lists of math and comparison operators for dropdown editors.

Author
Olympe Engine
Date
2026-03-14

Provides static access to the supported math operators (+, -, *, /, %) and comparison operators (==, !=, <, <=, >, >=) used by MathOp nodes and condition parameters.

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

Definition in file OperatorRegistry.h.