spot/src/ltlast
Alexandre Duret-Lutz 77df39b4dd Deprecate ltl::destroy(f) in favor of f->destroy()
* src/ltlast/formula.cc, src/ltlast/formula.hh (formula::clone):
Transform this static function into a member function.
* src/ltlvisit/destroy.hh (destroy): Document and declare as
deprecated.
* bench/split-product/cutscc.cc, iface/gspn/ltlgspn.cc,
src/eltlparse/eltlparse.yy, src/eltltest/acc.cc,
src/evtgbaalgos/tgba2evtgba.cc, src/evtgbatest/ltl2evtgba.cc,
src/ltlast/automatop.cc, src/ltlast/binop.cc,
src/ltlast/multop.cc, src/ltlast/unop.cc, src/ltlenv/declenv.cc,
src/ltlenv/declenv.hh, src/ltlparse/ltlparse.yy,
src/ltltest/equals.cc, src/ltltest/randltl.cc,
src/ltltest/readltl.cc, src/ltltest/reduc.cc,
src/ltltest/syntimpl.cc, src/ltltest/tostring.cc,
src/ltlvisit/destroy.cc src/ltlvisit/basicreduce.cc,
src/ltlvisit/contain.cc, src/ltlvisit/reduce.cc,
src/ltlvisit/syntimpl.cc, src/tgba/bdddict.cc,
src/tgba/bddprint.cc, src/tgba/taa.cc,
src/tgba/tgbabddconcretefactory.cc, src/tgba/tgbaexplicit.cc,
src/tgba/tgbafromfile.cc, src/tgbaalgos/eltl2tgba_lacim.cc,
src/tgbaalgos/ltl2taa.cc, src/tgbaalgos/ltl2tgba_fm.cc,
src/tgbaalgos/ltl2tgba_lacim.cc, src/tgbaalgos/neverclaim.cc,
src/tgbaalgos/randomgraph.cc, src/tgbaparse/tgbaparse.yy,
src/tgbatest/complementation.cc, src/tgbatest/eltl2tgba.cc,
src/tgbatest/ltl2tgba.cc, src/tgbatest/ltlprod.cc,
src/tgbatest/mixprod.cc, src/tgbatest/randtgba.cc,
src/tgbatest/reductgba.cc, wrap/python/cgi/ltl2tgba.in,
wrap/python/tests/ltl2tgba.py, wrap/python/tests/ltlparse.py,
wrap/python/tests/ltlsimple.py: Adjust destroy() usage, and remove
the #include "destroy.hh" when appropriate.
2009-11-09 07:13:31 +01:00
..
.cvsignore * m4/pypath.m4: New file. 2003-04-30 12:35:22 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
allnodes.hh Add support for ELTL (AST & parser), and an adaptation of LaCIM 2009-03-26 12:05:08 +01:00
atomic_prop.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
atomic_prop.hh Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
automatop.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
automatop.hh Make it easier to debug reference counts in LTL nodes. 2009-11-09 07:13:31 +01:00
binop.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
binop.hh Make it easier to debug reference counts in LTL nodes. 2009-11-09 07:13:31 +01:00
constant.cc Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
constant.hh Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
formula.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
formula.hh Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
formula_tree.cc Deprecate ltl::clone(f) in favor of f->clone(). 2009-11-09 07:13:31 +01:00
formula_tree.hh Modify the ELTL parser to be able to support PSL operators. Add a 2009-06-05 12:01:24 +02:00
Makefile.am Modify the ELTL parser to be able to support PSL operators. Add a 2009-06-05 12:01:24 +02:00
multop.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
multop.hh Make it easier to debug reference counts in LTL nodes. 2009-11-09 07:13:31 +01:00
nfa.cc Modify the ELTL parser to be able to support PSL operators. Add a 2009-06-05 12:01:24 +02:00
nfa.hh Modify the ELTL parser to be able to support PSL operators. Add a 2009-06-05 12:01:24 +02:00
predecl.hh Add support for ELTL (AST & parser), and an adaptation of LaCIM 2009-03-26 12:05:08 +01:00
refformula.cc Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
refformula.hh Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
unop.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
unop.hh Make it easier to debug reference counts in LTL nodes. 2009-11-09 07:13:31 +01:00
visitor.hh Add support for ELTL (AST & parser), and an adaptation of LaCIM 2009-03-26 12:05:08 +01:00