|
Eris
1.3.23
|
Public Member Functions | |
| EntityRef (View *v, const std::string &eid) | |
| EntityRef (Entity *) | |
| EntityRef (const EntityRef &ref) | |
| EntityRef & | operator= (const EntityRef &ref) |
| const Entity & | operator* () const |
| Entity & | operator* () |
| const Entity * | operator-> () const |
| Entity * | operator-> () |
| Entity * | get () const |
| operator bool () const | |
| bool | operator! () const |
| bool | operator== (const EntityRef &e) const |
| bool | operator== (const Entity *e) const |
| bool | operator< (const EntityRef &e) const |
Public Attributes | |
| sigc::signal0< void > | Changed |