|
Limbo 3.5.4
|
Temporary data structures to hold parsed data. Base class for all temporary data structures. More...
#include <BookshelfDataBase.h>
Public Member Functions | |
| virtual void | print (ostream &) const |
| print data members | |
Friends | |
| ostream & | operator<< (ostream &ss, Item const &rhs) |
Temporary data structures to hold parsed data. Base class for all temporary data structures.
Definition at line 86 of file BookshelfDataBase.h.
|
inlinevirtual |
print data members
Reimplemented in BookshelfParser::Net, BookshelfParser::NodeShape, BookshelfParser::RouteInfo, and BookshelfParser::Row.
Definition at line 89 of file BookshelfDataBase.h.
|
friend |
print data members with stream operator
| ss | output stream |
| rhs | target object |
Definition at line 94 of file BookshelfDataBase.h.