1#include <pqxx/internal/callgate.hxx>
3namespace pqxx::internal::gate
13 home().insert_iterator(i);
18 home().remove_iterator(i);
21 icursorstream::size_type forward() {
return home().forward(); }
22 icursorstream::size_type forward(icursorstream::size_type n)
24 return home().forward(n);
27 void service_iterators(icursorstream::difference_type p)
29 home().service_iterators(p);
Approximate istream_iterator for icursorstream.
Definition cursor.hxx:425
Simple read-only cursor represented as a stream of results.
Definition cursor.hxx:279
Base class for call gates.
Definition callgate.hxx:55
Definition icursorstream-icursor_iterator.hxx:6