* src/ltlvisit/tostring.cc: Reindent and strip out superfluous

spot::ltl:: prefixes.
(to_string(formula)): New function.
* src/ltlvisit/tostring.hh (to_string(formula)): Likewise.
* src/ltltest/tostring.cc: Use this new to_string function to
simplify.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-12 12:41:41 +00:00
parent a49c69555e
commit 8e988470b1
4 changed files with 76 additions and 62 deletions

View file

@ -9,6 +9,7 @@ namespace spot
namespace ltl
{
void to_string(const formula& f, std::ostream& os);
std::string to_string(const formula& f);
}
}