more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5816 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5822020fc7
commit
74f9ade9f7
3 changed files with 58 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
%}
|
||||
|
||||
namespace std {
|
||||
%template(CIntPair) pair<const int, const int>;
|
||||
%template() pair<double, double>;
|
||||
%template(String) basic_string<char>;
|
||||
%template(IntPair) pair<int, int>;
|
||||
|
|
@ -29,6 +30,8 @@ namespace std {
|
|||
%template(SIIPair) pair<std::pair<std::string, int>, int>;
|
||||
%template(AIntPair) pair<A, int>;
|
||||
|
||||
%template(CCIntPair) pair<const A, const pair<int, int> >;
|
||||
|
||||
%template(ABPair) pair<A, B>;
|
||||
%template(IntAPair) pair<int, A>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue