![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
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 | |
Hardcoded lists of math and comparison operators for dropdown editors.
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.