spot  1.0.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 visitorImplementing visitors is the prefered way to traverse a formula, since it does not involve any cast. More...
class  spot::ltl::environment
 An environment that describes atomic propositions. More...

Functions

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

Detailed Description

Function Documentation

const 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 Wed Jan 23 2013 15:00:02 for spot by doxygen 1.8.1.2