* wrap/python/spot.i: Declare spot::tgba::get_init_state,
spot::tgba::succ_iter, and spot::tgba_succ_iterator::current_state as constructors.
This commit is contained in:
parent
31f4f7b79a
commit
01cc802c2d
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2003-08-04 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* wrap/python/spot.i: Declare spot::tgba::get_init_state,
|
||||
spot::tgba::succ_iter, and spot::tgba_succ_iterator::current_state
|
||||
as constructors.
|
||||
|
||||
* wrap/python/Makefile.am (lib_LTLIBRARIES)
|
||||
(libspotswigpy_la_SOURCES, libspotswigpy_la_CFLAGS)
|
||||
(libspotswigpy_la_LDFLAGS): New variables.
|
||||
|
|
|
|||
|
|
@ -76,6 +76,9 @@ using namespace spot;
|
|||
%include "ltlvisit/tunabbrev.hh"
|
||||
|
||||
%feature("new") spot::ltl_to_tgba;
|
||||
%feature("new") spot::tgba::get_init_state;
|
||||
%feature("new") spot::tgba::succ_iter;
|
||||
%feature("new") spot::tgba_succ_iterator::current_state;
|
||||
|
||||
// Help SWIG with namespace lookups.
|
||||
#define ltl spot::ltl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue