Public Member Functions | |
TransDotty (std::ostream &o, bool print_weights) | |
virtual | ~TransDotty () |
virtual void | operator() (const ITrans *t) |
Public Attributes | |
std::ostream & | o |
bool | print_weights |
Prints each Trans to std::ostream in dotty format.
wali::wfa::TransDotty::TransDotty | ( | std::ostream & | o, | |
bool | print_weights | |||
) |
virtual wali::wfa::TransDotty::~TransDotty | ( | ) | [virtual] |
void wali::wfa::TransDotty::operator() | ( | const ITrans * | t | ) | [virtual] |
Implements wali::wfa::ConstTransFunctor.
References wali::wfa::ITrans::from(), o, print_weights, wali::printKey(), wali::wfa::ITrans::stack(), wali::wfa::ITrans::to(), and wali::wfa::ITrans::weight().
std::ostream& wali::wfa::TransDotty::o |
Referenced by operator()().
Referenced by operator()().