PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-26/SWIG/Lib/java/std_common.i

#
Swig | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | fc6bdf841cdf66a04197ea6a9523c8a2 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. //
  2. // SWIG typemaps for STL - common utilities
  3. // Luigi Ballabio
  4. // Aug 17, 2003
  5. //
  6. // Java implementation
  7. %include <std/std_except.i>
  8. %apply size_t { std::size_t };