Definition at line 130 of file entity.hpp.
Inheritance diagram for entity::shared_entity:Friends | |
| class | entity_pool |
| void | swap (shared_entity &, shared_entity &) |
| class | weak_entity |
Public Member Functions | |
| void | clear () |
| entity | get () const |
| bool | operator< (shared_entity const &rhs) const |
| bool | operator== (shared_entity const &rhs) const |
| shared_entity () | |
| shared_entity (unique_entity &&ref) | |
|
friend |
Definition at line 163 of file entity.hpp.
|
friend |
Definition at line 181 of file entity.hpp.
|
friend |
Definition at line 164 of file entity.hpp.
| void entity::shared_entity::clear | ( | ) |
Definition at line 156 of file entity.hpp.
| entity entity::shared_entity::get | ( | ) | const |
Definition at line 141 of file entity.hpp.
References entity::make_entity().
Referenced by operator<(), and operator==().
| bool entity::shared_entity::operator< | ( | shared_entity const & | rhs | ) | const |
Definition at line 151 of file entity.hpp.
References get().
| bool entity::shared_entity::operator== | ( | shared_entity const & | rhs | ) | const |
Definition at line 146 of file entity.hpp.
References get().
| entity::shared_entity::shared_entity | ( | ) |
Definition at line 134 of file entity.hpp.
| entity::shared_entity::shared_entity | ( | unique_entity && | ref | ) |
Definition at line 137 of file entity.hpp.