Home | History | Annotate | Download | only in octave

Lines Matching refs:swig

13 namespace swig {
107 desc = SWIG_TypeQuery("swig::OctSwigIterator *");
117 namespace swig {
168 return swig::from(v);
292 namespace swig
310 %catches(swig::stop_iteration) OctSwigIterator::value() const;
311 %catches(swig::stop_iteration) OctSwigIterator::incr(size_t n = 1);
312 %catches(swig::stop_iteration) OctSwigIterator::decr(size_t n = 1);
315 %catches(swig::stop_iteration) OctSwigIterator::next();
316 %catches(swig::stop_iteration) OctSwigIterator::previous();
317 %catches(swig::stop_iteration) OctSwigIterator::advance(ptrdiff_t n);
318 %catches(swig::stop_iteration) OctSwigIterator::operator += (ptrdiff_t n);
319 %catches(swig::stop_iteration) OctSwigIterator::operator -= (ptrdiff_t n);
320 %catches(swig::stop_iteration) OctSwigIterator::operator + (ptrdiff_t n) const;
321 %catches(swig::stop_iteration) OctSwigIterator::operator - (ptrdiff_t n) const;