blob: c07c1521ac63e8d2cf486cf91ff27d83b336c01c [file] [log] [blame]
%module example
// This example shows how wrappers for numerous aspects of C++ nested classes work:
// Nested static and instance variables and methods and nested enums
%include <std_string.i>
%{
#include "example.h"
%}
%include "example.h"