spot  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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

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

Detailed Description

Function Documentation

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

Clone a formula.

Deprecated:
Use f->clone() instead.
SPOT_API SPOT_DEPRECATED 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 Thu May 15 2014 11:04:11 for spot by doxygen 1.8.4