Sponge
CS144's user-space TCP library
|
This is the complete list of members for ByteStream, including all inherited members.
_error | ByteStream | private |
buffer_empty() const | ByteStream | |
buffer_size() const | ByteStream | |
bytes_read() const | ByteStream | |
bytes_written() const | ByteStream | |
ByteStream(const size_t capacity) | ByteStream | |
end_input() | ByteStream | |
eof() const | ByteStream | |
error() const | ByteStream | inline |
input_ended() const | ByteStream | |
peek_output(const size_t len) const | ByteStream | |
pop_output(const size_t len) | ByteStream | |
read(const size_t len) | ByteStream | |
remaining_capacity() const | ByteStream | |
set_error() | ByteStream | inline |
write(const std::string &data) | ByteStream |