update swig on windows
This commit is contained in:
17
winx64/bin/swigwin-4.0.0/Examples/python/doxygen/example.i
Normal file
17
winx64/bin/swigwin-4.0.0/Examples/python/doxygen/example.i
Normal file
@@ -0,0 +1,17 @@
|
||||
%module example
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
%immutable NumSquares;
|
||||
%immutable NumCircles;
|
||||
|
||||
%include "example.h"
|
||||
|
||||
/*! - this instantiation uses type int */
|
||||
%template(RectangleInt) Rectangle<int>;
|
||||
|
||||
/*! - this instantiation uses type int */
|
||||
%template(MakeRectangleInt) MakeRectangle<int>;
|
||||
|
||||
Reference in New Issue
Block a user