summaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/director_keywords_wrap.h
blob: 46b9d2a53d0fcd51198bd3ce48ec22c73ea19869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 3.0.3
 *
 * This file is not intended to be easily readable and contains a number of
 * coding conventions designed to improve portability and efficiency. Do not make
 * changes to this file unless you know what you are doing--modify the SWIG
 * interface file instead.
 * ----------------------------------------------------------------------------- */

// source: ./../director_keywords.i

#ifndef SWIG_director_keywords_WRAP_H_
#define SWIG_director_keywords_WRAP_H_

class SwigDirector_Foo : public Foo
{
 public:
  SwigDirector_Foo(void *swig_p);
  virtual ~SwigDirector_Foo();
  void _swig_upcall_bar(int abstract) {
    Foo::bar(abstract);
  }
  virtual void bar(int abstract);
 private:
  void *go_val;
};

#endif