|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Data Structures | |
| class | CommonException |
| Basic exception from which all other exceptions are derived. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const CommonException &data) |
| std::ostream & exception::operator<< | ( | std::ostream & | os, |
| const CommonException & | data | ||
| ) |
Print this object as raw representation to ostream.
| os | ostream where to print |
| instance | object to print |