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

/trunk/Examples/test-suite/li_std_pair_lang_object.i

#
Swig | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | cb1bb6498f38005c21ebbb589fe1d66d MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module li_std_pair_lang_object
  2. %include <std_pair.i>
  3. namespace std {
  4. %template(ValuePair) pair< swig::LANGUAGE_OBJ, swig::LANGUAGE_OBJ >;
  5. }