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

/trunk/Lib/php/stl.i

#
Swig | 12 lines | 5 code | 2 blank | 5 comment | 0 complexity | db0c5273052d3e685bb7a6d651c75228 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* -----------------------------------------------------------------------------
  2. * stl.i
  3. *
  4. * Initial STL definition. extended as needed in each language
  5. * ----------------------------------------------------------------------------- */
  6. %include <std_common.i>
  7. %include <std_string.i>
  8. %include <std_vector.i>
  9. %include <std_map.i>
  10. %include <std_pair.i>