* src/tgba/bdddict.hh (bdd_dict::annon_free_list): Hide from Swig.
This commit is contained in:
parent
8a84cc6fb3
commit
be17fc19f5
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2004-04-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgba/bdddict.hh (bdd_dict::annon_free_list): Hide from Swig.
|
||||
|
||||
* src/tgbaalgo/semptinesscheck.hh (counter_example): New class,
|
||||
extracted from ...
|
||||
(emptiness_check): ... here.
|
||||
|
|
|
|||
|
|
@ -169,6 +169,9 @@ namespace spot
|
|||
|
||||
void unregister_variable(vr_map::iterator& cur, const void* me);
|
||||
|
||||
// SWIG does not grok the following definition, no idea why.
|
||||
// It's not important for the Python interface anyway.
|
||||
#ifndef SWIG
|
||||
class annon_free_list : public spot::free_list
|
||||
{
|
||||
public:
|
||||
|
|
@ -180,6 +183,7 @@ namespace spot
|
|||
private:
|
||||
bdd_dict* dict_;
|
||||
};
|
||||
#endif
|
||||
|
||||
/// List of unused anonymous variable number for each automaton.
|
||||
typedef Sgi::hash_map<const void*, annon_free_list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue