| 4560 | |
| 4561 | template<typename OutIter> |
| 4562 | inline SwigPyIterator* |
| 4563 | make_output_iterator(const OutIter& current, const OutIter& begin,const OutIter& end, PyObject *seq = 0) |
| 4564 | { |
| 4565 | return new SwigPyIteratorClosed_T<OutIter>(current, begin, end, seq); |
| 4566 | } |
| 4567 | |
| 4568 | template<typename OutIter> |
| 4569 | inline SwigPyIterator* |
no outgoing calls
no test coverage detected