#include <string>#include <vector>#include <iosfwd>

Go to the source code of this file.
Classes | |
| class | YItem |
Typedefs | |
| typedef std::vector< YItem * > | YItemCollection |
| Collection of pointers to YItem. | |
| typedef YItemCollection::iterator | YItemIterator |
| Mutable iterator over YItemCollection. | |
| typedef YItemCollection::const_iterator | YItemConstIterator |
| Const iterator over YItemCollection. | |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const YItem *item) |