Classes | Functions

Essential LTL types
[LTL formulae]

Classes

class  spot::ltl::formula
 An LTL formula.The only way you can work with a formula is to build a spot::ltl::visitor or spot::ltl::const_visitor. More...
struct  spot::ltl::visitor
 Formula visitor that can modify the formula.Writing visitors is the prefered way to traverse a formula, since it doesn't involve any cast. More...
class  spot::ltl::environment
 An environment that describes atomic propositions. More...

Functions

formula * spot::ltl::clone (const formula *f)
 Clone a formula.
void spot::ltl::destroy (const formula *f)
 Destroys a formula.

Function Documentation

formula* spot::ltl::clone ( const formula *  f  ) 

Clone a formula.

Deprecated:
Use f->clone() instead.
void spot::ltl::destroy ( const formula *  f  ) 

Destroys a formula.

Deprecated:
Use f->destroy() instead.

Please comment this page and report errors about it on the RefDocComments page.
Generated on Mon Feb 7 2011 14:29:30 for spot by doxygen 1.7.1