EntityMetaData.hpp
const bool operator!=(const EntityMetaData< K > other) const
Returns true is the two entities do not share the same unique key.
Definition: EntityMetaData.hpp:92
const bool operator==(const EntityMetaData< K > other) const
Returns true is the two entities share the same unique key.
Definition: EntityMetaData.hpp:82
Base class for any entity meta data.
Definition: EntityMetaData.hpp:46
EntityMetaData(K key)
Construct a new instance with the key provided.
Definition: EntityMetaData.hpp:57
K getKey() const
Get the unique key for this entity instance.
Definition: EntityMetaData.hpp:69