~ubuntu-branches/ubuntu/utopic/nordugrid-arc/utopic

« back to all changes in this revision

Viewing changes to swig/Arc.i

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2014-05-01 20:51:02 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140501205102-icy9t3348uxobyx7
Tags: 4.1.0-1
* 4.1.0 Release
* Call dh_autoreconf to support ppc64le (Closes: #744639)

Show diffs side-by-side

added added

removed removed

Lines of Context:
521
521
#endif
522
522
#endif
523
523
 
524
 
%template(StringPair) std::pair<std::string, std::string>;
525
 
%wraplist(String, std::string)
526
 
%template(StringSet) std::set<std::string>;
527
 
#ifdef SWIGJAVA
528
 
%template(StringSetIterator) setiterator<std::string>;
529
 
#endif
530
 
%template(StringVector) std::vector<std::string>;
531
 
%template(StringStringMap) std::map<std::string, std::string>;
532
 
%template(StringDoubleMap) std::map<std::string, double>;
533
 
 
534
524
 
535
525
#ifdef SWIGJAVA
536
526
%include "common.i"