1 #ifndef __lib_python_swig_h
2 #define __lib_python_swig_h
5 #define TEMPLATE_TYPEDEF(x, y) \
8 %typemap_output_ptr(x);
9 #define SWIG_ALLOW_OUTPUT_SIMPLE(x) %typemap_output_simple(x);
11 #define TEMPLATE_TYPEDEF(x, y) typedef x y
12 #define SWIG_ALLOW_OUTPUT_SIMPLE(x)
17 #define SWIG_INPUT INPUT
18 #define SWIG_OUTPUT OUTPUT
19 #define SWIG_NAMED_OUTPUT(x) OUTPUT
20 #define SWIG_VOID(x) void
24 #define SWIG_NAMED_OUTPUT(x) x
25 #define SWIG_VOID(x) x