Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/enable-more-warnings-in-ci
/
.
/
Examples
/
csharp
/
nested
/
example.i
blob: c07c1521ac63e8d2cf486cf91ff27d83b336c01c [
file
] [
log
] [
blame
] [
edit
]
%
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"