19 icursor_iterator *get_next() {
return home().m_next; }
20 void set_next(icursor_iterator *i) { home().m_next = i; }
22 void fill(result
const &r) { home().fill(r); }
Approximate istream_iterator for icursorstream.
Definition: cursor.hxx:425
istream_type::difference_type difference_type
Definition: cursor.hxx:433
Simple read-only cursor represented as a stream of results.
Definition: cursor.hxx:279
Base class for call gates.
Definition: callgate.hxx:55
Definition: icursor_iterator-icursorstream.hxx:6
Definition: connection.hxx:107