/trunk/Lib/php/std_common.i
Swig | 10 lines | 2 code | 3 blank | 5 comment | 0 complexity | cb2e11905990d26b0847c0d14882a1f4 MD5 | raw file
1/* ----------------------------------------------------------------------------- 2 * std_common.i 3 * 4 * SWIG typemaps for STL - common utilities 5 * ----------------------------------------------------------------------------- */ 6 7%include <std/std_except.i> 8 9%apply size_t { std::size_t }; 10