Sign in
◑
Theme
fuchsia
/
third_party
/
swig
/
7cb2f46e06fef59a3fe2fb5283bc31326a091f8a
/
.
/
Examples
/
python
/
performance
/
constructor
/
Simple.i
blob: d642d15bf124f8dd94bfbfe3bcd2d05f0c9eafa4 [
file
]
%
inline
%{
class
MyClass
{
public
:
MyClass
()
{}
~
MyClass
()
{}
void
func
()
{}
};
%}