spot  0.8.1
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 Sun Dec 18 2011 12:57:15 for spot by doxygen 1.7.6.1