Updated Ruby's STL to new framework.
Still need to add new tests for multimap, multiset, list, etc. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9719 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c1119d264a
commit
a0b74a907e
23 changed files with 1330 additions and 2739 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* rubyiterators.swg
|
||||
*
|
||||
* Implement a ruby 'output' iterator for Ruby 2.2 or higher.
|
||||
* Implement a ruby 'output' iterator for Ruby.
|
||||
*
|
||||
* Users can derive form the RubySwigIterator to implemet their
|
||||
* own iterators. As an example (real one since we use it for STL/STD
|
||||
|
|
@ -366,9 +366,6 @@ namespace swig
|
|||
RubySwigIterator *advance(ptrdiff_t n);
|
||||
|
||||
bool operator == (const RubySwigIterator& x) const;
|
||||
bool operator != (const RubySwigIterator& x) const;
|
||||
RubySwigIterator& operator += (ptrdiff_t n);
|
||||
RubySwigIterator& operator -= (ptrdiff_t n);
|
||||
RubySwigIterator* operator + (ptrdiff_t n) const;
|
||||
RubySwigIterator* operator - (ptrdiff_t n) const;
|
||||
ptrdiff_t operator - (const RubySwigIterator& x) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue