entity
Entity/Component System for C++
entity.hpp File Reference

Go to the source code of this file.

Classes

class  entity::entity
 
class  entity::shared_entity
 
class  entity::unique_entity
 
class  entity::weak_entity
 

Namespaces

 entity
 

Functions

entity entity::make_entity (entity_index_t idx) BOOST_NOEXCEPT_OR_NOTHROW
 
void entity::swap (unique_entity &a, unique_entity &b)
 
void entity::swap (shared_entity &a, shared_entity &b)