#include <container.hh>
Public Member Functions | |
| void | intoStringBuffer (misc::StringBuffer *sb) |
| Store a textual representation of the object in a misc::StringBuffer. | |
| Iterator | iterator () |
| void lout::container::untyped::Collection::intoStringBuffer | ( | misc::StringBuffer * | sb | ) | [virtual] |
Store a textual representation of the object in a misc::StringBuffer.
This is used by object::Object::toString.
Reimplemented from lout::object::Object.
Reimplemented in lout::container::untyped::HashTable.
References lout::misc::StringBuffer::append(), lout::container::untyped::Iterator::hasNext(), and iterator().
Referenced by lout::container::typed::Collection< Iterator >::intoStringBuffer().
| Iterator lout::container::untyped::Collection::iterator | ( | ) | [inline] |
References lout::container::untyped::Collection0::createIterator().
Referenced by intoStringBuffer(), and lout::container::typed::Collection< Iterator >::iterator().
1.5.9