spot  1.1.3
Classes | Functions
Essential LTL types

Classes

class  spot::ltl::formula
 An LTL formula. More...
 
struct  spot::ltl::visitor
 Formula visitor. More...
 
class  spot::ltl::environment
 An environment that describes atomic propositions. More...
 

Functions

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

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 direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Tue Jul 9 2013 14:04:33 for spot by doxygen 1.8.4