/[hyperestraier_wrappers]/trunk/HyperEstraier.i
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/HyperEstraier.i

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

0.0.12/HyperEstraier.i revision 1 by dpavlin, Sat Sep 3 18:02:31 2005 UTC trunk/HyperEstraier.i revision 16 by dpavlin, Sat Sep 10 08:11:44 2005 UTC
# Line 1  Line 1 
1  %module HyperEstraier  %module HyperEstraier
2    
3  %include exception.i  %include exception.i
4    %include <std/std_except.i>
5  %include "stl.i"  %include "stl.i"
6    
7  %exception {  %exception {
# Line 14  Line 15 
15  namespace std {  namespace std {
16          %template(StrVector)    std::vector<std::string>;          %template(StrVector)    std::vector<std::string>;
17          %template(IntVector)    std::vector<int>;          %template(IntVector)    std::vector<int>;
18          %template()                             std::pair<std::string,std::string>;          %template()             std::pair<std::string,std::string>;
19          %template(StrStrMap)    std::map<std::string,std::string>;          %template(StrStrMap)    std::map<std::string,std::string>;
20  };  };
21    

Legend:
Removed from v.1  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26