mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
13 lines
224 B
OpenEdge ABL
13 lines
224 B
OpenEdge ABL
%{
|
|
#include <tryblks.hpp>
|
|
%}
|
|
|
|
%ignore tryblk_t::reserve;
|
|
%ignore tryblk_t::cpp() const;
|
|
%ignore tryblk_t::seh() const;
|
|
|
|
%template(tryblks_t) qvector<tryblk_t>;
|
|
%template(catchvec_t) qvector<catch_t>;
|
|
|
|
%include "tryblks.hpp"
|