Sierra Toolkit
Version of the Day
|
Comparison operator for entities compares the entities' keys. More...
#include <Entity.hpp>
Public Member Functions | |
EntityLess (const EntityLess &) | |
EntityLess & | operator= (const EntityLess &) |
bool | operator() (const Entity &lhs, const Entity &rhs) const |
Comparison operator. | |
bool | operator() (const Entity &lhs, const EntityKey &rhs) const |
bool | operator() (const Entity *lhs, const Entity *rhs) const |
Comparison operator. | |
bool | operator() (const Entity *lhs, const Entity &rhs) const |
bool | operator() (const Entity &lhs, const Entity *rhs) const |
bool | operator() (const Entity *lhs, const EntityKey &rhs) const |
bool | operator() (const EntityProc &lhs, const EntityProc &rhs) const |
bool | operator() (const EntityProc &lhs, const Entity &rhs) const |
bool | operator() (const EntityProc &lhs, const Entity *rhs) const |
bool | operator() (const EntityProc &lhs, const EntityKey &rhs) const |
Comparison operator for entities compares the entities' keys.
Definition at line 478 of file Entity.hpp.