1 #ifndef PQXX_INTERNAL_GATES_ICURSOR_ITERATOR_ICURSORSTREAM_HXX
2 #define PQXX_INTERNAL_GATES_ICURSOR_ITERATOR_ICURSORSTREAM_HXX
28 [[nodiscard]] icursor_iterator *get_next() const noexcept
32 void set_next(icursor_iterator *i) { home().m_next = i; }
34 void fill(result
const &r) { home().fill(r); }
Approximate istream_iterator for icursorstream.
Definition: cursor.hxx:483
istream_type::difference_type difference_type
Definition: cursor.hxx:491
Simple read-only cursor represented as a stream of results.
Definition: cursor.hxx:326
Base class for call gates.
Definition: callgate.hxx:55
Definition: icursor_iterator-icursorstream.hxx:10
Definition: connection.hxx:94