Classes | |
class | AbstractState |
class | AbstractStateFactory |
class | FluentMapping |
class | Object |
class | ObjectLookupTable |
class | OplCallbackInterface |
Typedefs | |
typedef std::map< std::string, FluentMapping * > | FluentMappingsType |
typedef std::map< std::string, Object * > | ObjectMappingsType |
Functions | |
bool | double_equals (double a, double b) |
typedef std::map<std::string, FluentMapping*> opl::interface::FluentMappingsType |
Definition at line 25 of file AbstractState.h.
typedef std::map<std::string, Object*> opl::interface::ObjectMappingsType |
Definition at line 26 of file AbstractState.h.
bool opl::interface::double_equals | ( | double | a, |
double | b | ||
) | [inline] |
Definition at line 16 of file AbstractState.cpp.