more tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6604 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
896c307fdc
commit
6fc0b75d9e
2 changed files with 28 additions and 4 deletions
|
|
@ -55,3 +55,24 @@ namespace hi {
|
|||
|
||||
|
||||
%}
|
||||
|
||||
|
||||
%feature("director") MyClass;
|
||||
|
||||
%inline %{
|
||||
|
||||
typedef void NT;
|
||||
|
||||
class MyClass {
|
||||
public:
|
||||
virtual void method(NT *)
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~MyClass()
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue