45 return (
id == _entity.
id &&
ver == _entity.
ver);
50 return !(*
this == _entity);
bool operator==(const Entity &_entity)
Definition Entity.hpp:43
Entity(EntityID _id)
Definition Entity.hpp:27
Entity()
Definition Entity.hpp:23
Entity(EntityID _id, Version _ver)
Definition Entity.hpp:31
Version ver
Definition Entity.hpp:20
EntityID id
Definition Entity.hpp:19
bool operator!=(const Entity &_entity)
Definition Entity.hpp:48
const Version & operator++()
Definition Entity.hpp:54
unsigned int Version
Definition Entity.hpp:10
unsigned int EntityID
Definition Entity.hpp:9