Definition at line 234 of file demo.hpp.
Public Types | |
| typedef OList::const_iterator | const_iterator |
Public Member Functions | |
| ~Space () | |
| size_t | size () const |
| Space & | operator<< (Object *o) |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | pop () |
| void | push_back (Object *o) |
| void | push_front (Object *o) |
| void | mark () |
Private Attributes | |
| OList | list |
| OList::iterator | m |