|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Data Structures | |
| class | AnyObject |
| Represents an adaptor of any type to a class in type hierarchy of objects in the algorithms library. More... | |
| class | AnyObjectBase |
| class | Object |
| class | Void |
| Represents void object. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const Void &) |
| std::ostream & object::operator<< | ( | std::ostream & | out, |
| const Void & | |||
| ) |
Print this object as raw representation to ostream.
| os | ostream where to print |
| instance | object to print |