|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Data Structures | |
| class | FailStateLabel |
| Represents label of the fail state of an automaton. More... | |
| class | FinalStateLabel |
| Represents label of the final state of an automaton. More... | |
| class | InitialStateLabel |
| Represents label of the final state of an automaton. More... | |
Functions | |
| ext::ostream & | operator<< (ext::ostream &out, const FailStateLabel &) |
| ext::ostream & | operator<< (ext::ostream &out, const FinalStateLabel &) |
| ext::ostream & | operator<< (ext::ostream &out, const InitialStateLabel &) |
| ext::ostream & label::operator<< | ( | ext::ostream & | out, |
| const FailStateLabel & | instance | ||
| ) |
Print this object as raw representation to ostream.
| os | ostream where to print |
| instance | object to print |
| ext::ostream & label::operator<< | ( | ext::ostream & | out, |
| const FinalStateLabel & | instance | ||
| ) |
Print this object as raw representation to ostream.
| os | ostream where to print |
| instance | object to print |
| ext::ostream & label::operator<< | ( | ext::ostream & | out, |
| const InitialStateLabel & | instance | ||
| ) |
Print this object as raw representation to ostream.
| os | ostream where to print |
| instance | object to print |