PageRenderTime 54ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-24/SWIG/Examples/python/exception/example.i

#
Swig | 12 lines | 6 code | 4 blank | 2 comment | 0 complexity | 5b246654dd0ef46b36c6894d9f44c276 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* File : example.i */
  2. %module example
  3. %{
  4. #include "example.h"
  5. %}
  6. %include "std_string.i"
  7. /* Let's just grab the original header file here */
  8. %include "example.h"