/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

  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 };