PageRenderTime 40ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/php/std_common.i

#
Swig | 10 lines | 2 code | 3 blank | 5 comment | 0 complexity | cb2e11905990d26b0847c0d14882a1f4 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* -----------------------------------------------------------------------------
  2. * std_common.i
  3. *
  4. * SWIG typemaps for STL - common utilities
  5. * ----------------------------------------------------------------------------- */
  6. %include <std/std_except.i>
  7. %apply size_t { std::size_t };