mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 18:16:55 +01:00
26 lines
641 B
OpenEdge ABL
26 lines
641 B
OpenEdge ABL
%ignore cancellable_graph_t::check_cancel;
|
|
%ignore gdl_graph_t::gen_gdl;
|
|
%ignore gdl_graph_t::gen_gdl;
|
|
%ignore gdl_graph_t::path;
|
|
%ignore gdl_graph_t::path_exists;
|
|
%ignore intmap_t::dstr;
|
|
%ignore intmap_t::print;
|
|
%ignore intseq_t::add_block;
|
|
%ignore intseq_t::add_unique;
|
|
%ignore intseq_t::del;
|
|
%ignore intseq_t::dstr;
|
|
%ignore intseq_t::print;
|
|
%ignore intseq_t::remove_block;
|
|
%ignore intset_t::dstr;
|
|
%ignore intset_t::print;
|
|
%ignore node_set_t::add;
|
|
%ignore node_set_t::extract;
|
|
%ignore node_set_t::intersect;
|
|
%ignore node_set_t::node_set_t;
|
|
%ignore node_set_t::sub;
|
|
|
|
%ignore flow_chart_t;
|
|
%ignore setup_graph_subsystem;
|
|
|
|
%include "gdl.hpp"
|