A boolean and logic math enabled engine. More...
#include <elamboolengine.h>


Public Member Functions | |
| BoolEngine () | |
| instantiates a pre-configured engine | |
Static Public Member Functions | |
| static void | configureBoolEngine (Engine &) |
| configures any engine to support basic boolean math | |
| static void | configureLogicEngine (Engine &) |
| configures any engine to support logic functions | |
A boolean and logic math enabled engine.
This engine type plays nicely with ELAM::IntEngine
| ELAM::BoolEngine::BoolEngine | ( | ) |
instantiates a pre-configured engine
| static void ELAM::BoolEngine::configureBoolEngine | ( | Engine & | ) | [static] |
configures any engine to support basic boolean math
| static void ELAM::BoolEngine::configureLogicEngine | ( | Engine & | ) | [static] |
configures any engine to support logic functions
1.7.1