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); }
Definition: icursor_iterator-icursorstream.hxx:5
istream_type::difference_type difference_type
Definition: cursor.hxx:433
Simple read-only cursor represented as a stream of results.
Definition: cursor.hxx:278
Definition: connection.hxx:106
Base class for call gates.
Definition: callgate.hxx:54
Approximate istream_iterator for icursorstream.
Definition: cursor.hxx:424