aboutsummaryrefslogtreecommitdiff
path: root/Examples/java/nested/example.i
blob: c07c1521ac63e8d2cf486cf91ff27d83b336c01c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%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"