Definition at line 71 of file entity.hpp.
Inheritance diagram for entity::unique_entity:Friends | |
| class | entity_pool |
| class | shared_entity |
| void | swap (unique_entity &, unique_entity &) |
Public Member Functions | |
| void | clear () |
| entity | get () const |
| bool | operator< (unique_entity const &rhs) const |
| bool | operator== (unique_entity const &rhs) const |
| unique_entity () | |
|
friend |
Definition at line 100 of file entity.hpp.
|
friend |
Definition at line 101 of file entity.hpp.
|
friend |
Definition at line 125 of file entity.hpp.
| void entity::unique_entity::clear | ( | ) |
Definition at line 93 of file entity.hpp.
| entity entity::unique_entity::get | ( | ) | const |
Definition at line 78 of file entity.hpp.
References entity::make_entity().
Referenced by operator<(), and operator==().
| bool entity::unique_entity::operator< | ( | unique_entity const & | rhs | ) | const |
| bool entity::unique_entity::operator== | ( | unique_entity const & | rhs | ) | const |
| entity::unique_entity::unique_entity | ( | ) |
Definition at line 75 of file entity.hpp.