Sindbad~EG File Manager

Current Path : /usr/share/swig/2.0.10/java/
Upload File :
Current File : //usr/share/swig/2.0.10/java/std_pair.i

/* -----------------------------------------------------------------------------
 * std_pair.i
 *
 * SWIG typemaps for std::pair
 * ----------------------------------------------------------------------------- */

%include <std_common.i>
%include <exception.i>

// ------------------------------------------------------------------------
// std::pair
// ------------------------------------------------------------------------

%{
#include <utility>
%}

namespace std {

  template<class T, class U> struct pair {

    pair();
    pair(T first, U second);
    pair(const pair& p);

    template <class U1, class U2> pair(const pair<U1, U2> &p);

    T first;
    U second;
  };

  // add specializations here

}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists