Definition at line 188 of file entity.hpp.
Inheritance diagram for entity::weak_entity:Friends | |
| class | shared_entity |
Public Member Functions | |
| shared_entity | lock () const |
| bool | operator< (weak_entity const &rhs) const |
| bool | operator== (weak_entity const &rhs) const |
| weak_entity (shared_entity const &ref) | |
|
friend |
Definition at line 213 of file entity.hpp.
| shared_entity entity::weak_entity::lock | ( | ) | const |
Definition at line 196 of file entity.hpp.
| bool entity::weak_entity::operator< | ( | weak_entity const & | rhs | ) | const |
Definition at line 206 of file entity.hpp.
| bool entity::weak_entity::operator== | ( | weak_entity const & | rhs | ) | const |
Definition at line 201 of file entity.hpp.
| entity::weak_entity::weak_entity | ( | shared_entity const & | ref | ) |
Definition at line 192 of file entity.hpp.