Searched defs:iterator_source (Results 1 – 1 of 1) sorted by relevance
22 struct iterator_source struct26 char_type;27 typedef boost::iostreams::seekable_device_tag category;29 iterator_source (Iterator const& first_, Iterator const& last_) in iterator_source() function36 std::streamsize read (char_type* s, std::streamsize n) in read()57 std::streamsize write(const char_type*, std::streamsize) in write()63 std::streampos seek(boost::iostreams::stream_offset, std::ios_base::seekdir way) in seek()69 Iterator first;70 Iterator const& last;71 std::streamsize pos;