Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dgzip.hpp567 struct peekable_source { struct in boost::iostreams::basic_gzip_decompressor
568 typedef char char_type;
569 struct category : source_tag, peekable_tag { };
570 explicit peekable_source(Source& src, const string_type& putback = "") in peekable_source() function
573 std::streamsize read(char* s, std::streamsize n) in read()
596 bool putback(char c) in putback()
606 void putback(const string_type& s) in putback()
613 bool has_unconsumed_input() const in has_unconsumed_input()
619 string_type unconsumed_input() const in unconsumed_input()
623 Source& src_;
[all …]