swig/Examples/test-suite/cpp11_director_using_constr...

13 lines
464 B
OpenEdge ABL

%module(directors="1") cpp11_director_using_constructor
// This testcase uses cpp11_using_constructor.i for testing that the expected
// constructors are available in director mode.
%feature("director");
%warnfilter(SWIGWARN_LANG_DIRECTOR_ABSTRACT) TemplateConstructor1Derived;
%warnfilter(SWIGWARN_LANG_DIRECTOR_ABSTRACT) TemplateConstructor2Base;
%warnfilter(SWIGWARN_LANG_DIRECTOR_ABSTRACT) TemplateConstructor2Derived;
%include "cpp11_using_constructor.i"