aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/cpp11_director_using_constructor.i
blob: 91d25711c5de0cb356cfb89385b5bb5a74643410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%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"