Seastar
High performance C++ framework for concurrent servers
seastar::input_stream< CharType > Member List

This is the complete list of members for seastar::input_stream< CharType >, including all inherited members.

char_type typedef (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >
close() noexceptseastar::input_stream< CharType >inline
consume(Consumer &&c) noexcept(std::is_nothrow_move_constructible_v< Consumer >) (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >
consume(Consumer &c) noexcept(std::is_nothrow_move_constructible_v< Consumer >) (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >
consumption_result_type typedef (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >
detach() &&seastar::input_stream< CharType >
eof() const noexceptseastar::input_stream< CharType >inline
fd() noexcept (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >inlineprotected
input_stream() noexcept=default (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >
input_stream(data_source fd) noexcept (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >inlineexplicit
input_stream(input_stream &&)=default (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >
operator=(input_stream &&)=default (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >
read() noexceptseastar::input_stream< CharType >
read_exactly(size_t n) noexceptseastar::input_stream< CharType >
read_up_to(size_t n) noexceptseastar::input_stream< CharType >
reset() noexcept (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >inlineprotected
skip(uint64_t n) noexceptseastar::input_stream< CharType >
unconsumed_remainder typedef (defined in seastar::input_stream< CharType >)seastar::input_stream< CharType >