|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Stream::State, including all inherited members.
| as() | Object::State | |
| as() const | Object::State | |
| defaultTransferUnit() const | Stream::State | virtual |
| drain(const Bytes &auxBuffer=Bytes{}) | Stream::State | |
| is() const | Object::State | |
| isDiscarding() const | Stream::State | virtual |
| operator=(const State &) const (defined in Object::State) | Object::State | |
| read(Out< Bytes > buffer, long maxFill=-1) | Stream::State | virtual |
| readAll(const Bytes &auxBuffer=Bytes{}) | Stream::State | |
| readSpan(Out< Bytes > buffer) | Stream::State | |
| readSpan(long count) | Stream::State | |
| skip(long long count) | Stream::State | |
| State()=default | Object::State | |
| State(const State &) | Object::State | |
| transferTo(const Stream &sink, long long count, const Bytes &buffer) | Stream::State | virtual |
| transferTo(const Stream &sink, long long count=-1) | Stream::State | |
| useCount() const | Object::State | |
| wait(IoEvent event, int timeout=-1) | Stream::State | virtual |
| waitEstablished(int timeout=-1) | Stream::State | virtual |
| write(const Bytes &buffer, long fill=-1) | Stream::State | virtual |
| write(const List< Bytes > &buffers) | Stream::State | virtual |
| write(const struct iovec *iov, int iovcnt) | Stream::State | virtual |
| ~State() | Object::State | virtual |