spot  1.1.4
Namespaces | Functions
tostring.hh File Reference
#include <ltlast/formula.hh>
#include <iosfwd>
Include dependency graph for tostring.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 spot
 
 spot::ltl
 

Functions

std::ostream & spot::ltl::to_string (const formula *f, std::ostream &os, bool full_parent=false, bool ratexp=false)
 Output a formula as a string which is parsable unless the formula contains automaton operators (used in ELTL formulae). More...
 
std::string spot::ltl::to_string (const formula *f, bool full_parent=false, bool ratexp=false)
 Output a formula as a string which is parsable unless the formula contains automaton operators (used in ELTL formulae). More...
 
std::ostream & spot::ltl::to_utf8_string (const formula *f, std::ostream &os, bool full_parent=false, bool ratexp=false)
 Output a formula as an utf8 string which is parsable unless the formula contains automaton operators (used in ELTL formulae). More...
 
std::string spot::ltl::to_utf8_string (const formula *f, bool full_parent=false, bool ratexp=false)
 Output a formula as an utf8 string which is parsable unless the formula contains automaton operators (used in ELTL formulae). More...
 
std::ostream & spot::ltl::to_spin_string (const formula *f, std::ostream &os, bool full_parent=false)
 Output a formula as a string parsable by Spin. More...
 
std::string spot::ltl::to_spin_string (const formula *f, bool full_parent=false)
 Convert a formula into a string parsable by Spin. More...
 
std::ostream & spot::ltl::to_wring_string (const formula *f, std::ostream &os)
 Output a formula as a string parsable by Wring. More...
 
std::string spot::ltl::to_wring_string (const formula *f)
 Convert a formula into a string parsable by Wring. More...
 

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Mon Jul 29 2013 00:27:25 for spot by doxygen 1.8.4