Home
last modified time | relevance | path

Searched defs:iterator_source (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/stream/detail/
H A Diterator_source.hpp22 struct iterator_source struct
26 char_type;
27 typedef boost::iostreams::seekable_device_tag category;
29 iterator_source (Iterator const& first_, Iterator const& last_) in iterator_source() argument
36 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;