Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Functions
label Namespace Reference

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::ostreamoperator<< (ext::ostream &out, const FailStateLabel &)
 
ext::ostreamoperator<< (ext::ostream &out, const FinalStateLabel &)
 
ext::ostreamoperator<< (ext::ostream &out, const InitialStateLabel &)
 

Function Documentation

◆ operator<<() [1/3]

ext::ostream & label::operator<< ( ext::ostream out,
const FailStateLabel instance 
)

Print this object as raw representation to ostream.

Parameters
osostream where to print
instanceobject to print
Returns
modified output stream

◆ operator<<() [2/3]

ext::ostream & label::operator<< ( ext::ostream out,
const FinalStateLabel instance 
)

Print this object as raw representation to ostream.

Parameters
osostream where to print
instanceobject to print
Returns
modified output stream

◆ operator<<() [3/3]

ext::ostream & label::operator<< ( ext::ostream out,
const InitialStateLabel instance 
)

Print this object as raw representation to ostream.

Parameters
osostream where to print
instanceobject to print
Returns
modified output stream