Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Data Structures | |
class | BarSymbol |
Represents bar symbol used in tree linearization. More... | |
class | BlankSymbol |
Represents blank symbol used in the turing machine. More... | |
class | BottomOfTheStackSymbol |
Represents bottom of the stack symbol used in the visibly pushdown automata. More... | |
class | EndSymbol |
Represents end symbol used as termation symbol of a string. More... | |
class | GapSymbol |
Represents a wildcard used as representation of anything here in a string or a tree. More... | |
class | InitialSymbol |
Represents initial symbol used as an initial symbol of a grammar. More... | |
class | NodeWildcardSymbol |
Represents a wildcard used as representation of anything here in a string or a tree. More... | |
class | NonlinearVariableSymbol |
Represents the nonlinear variable symbol used in a nonlinear tree pattern. More... | |
class | StartSymbol |
Represents start symbol used as initializing symbol of a string. More... | |
class | SymbolNormalize |
class | VariablesBarSymbol |
Represents variables bar symbol used in tree linearization. More... | |
class | WildcardSymbol |
Represents a wildcard used as representation of anything here in a string or a tree. More... | |
Functions | |
ext::ostream & | operator<< (ext::ostream &out, const BarSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const BlankSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const BottomOfTheStackSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const EndSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const GapSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const InitialSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const NodeWildcardSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const StartSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const VariablesBarSymbol &) |
ext::ostream & | operator<< (ext::ostream &out, const WildcardSymbol &) |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const BarSymbol & | instnace | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const BlankSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const BottomOfTheStackSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const EndSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const GapSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const InitialSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const NodeWildcardSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const StartSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const VariablesBarSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |
ext::ostream & alphabet::operator<< | ( | ext::ostream & | out, |
const WildcardSymbol & | instance | ||
) |
Print this object as raw representation to ostream.
os | ostream where to print |
instance | object to print |