|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
This is the complete list of members for jau::io::ByteInStream, including all inherited members.
| available(size_t n) noexcept=0 | jau::io::ByteInStream | pure virtual |
| bad() const noexcept | jau::io::iostate_func | inline |
| ByteInStream() noexcept | jau::io::ByteInStream | inline |
| ByteInStream(const ByteInStream &)=delete | jau::io::ByteInStream | |
| clear(const iostate state=iostate::goodbit) noexcept | jau::io::iostate_func | inlinevirtual |
| close() noexcept=0 | jau::io::ByteInStream | pure virtual |
| content_size() const noexcept=0 | jau::io::ByteInStream | pure virtual |
| discard(size_t N) noexcept | jau::io::ByteInStream | |
| eof() const noexcept | jau::io::iostate_func | inline |
| fail() const noexcept | jau::io::iostate_func | inline |
| good() const noexcept | jau::io::iostate_func | inline |
| has_content_size() const noexcept=0 | jau::io::ByteInStream | pure virtual |
| id() const noexcept | jau::io::ByteInStream | inlinevirtual |
| iostate_func() noexcept | jau::io::iostate_func | inline |
| iostate_func(const iostate_func &o) noexcept=default | jau::io::iostate_func | |
| iostate_func(iostate_func &&o) noexcept=default | jau::io::iostate_func | |
| is_open() const noexcept=0 | jau::io::ByteInStream | pure virtual |
| operator bool() const noexcept | jau::io::iostate_func | inlineexplicit |
| operator!() const noexcept | jau::io::iostate_func | inline |
| operator=(const ByteInStream &)=delete | jau::io::ByteInStream | |
| jau::io::iostate_func::operator=(const iostate_func &o) noexcept=default | jau::io::iostate_func | |
| jau::io::iostate_func::operator=(iostate_func &&o) noexcept=default | jau::io::iostate_func | |
| peek(void *out, size_t length, size_t peek_offset) noexcept=0 | jau::io::ByteInStream | pure virtual |
| peek(uint8_t &out) noexcept | jau::io::ByteInStream | |
| rdstate() const noexcept | jau::io::iostate_func | inlinevirtual |
| rdstate_impl() const noexcept | jau::io::iostate_func | inlineprotected |
| read(void *out, size_t length) noexcept=0 | jau::io::ByteInStream | pure virtual |
| read(uint8_t &out) noexcept | jau::io::ByteInStream | |
| setstate(const iostate state) noexcept | jau::io::iostate_func | inline |
| setstate_impl(iostate state) const noexcept | jau::io::iostate_func | inlineprotected |
| tellg() const noexcept=0 | jau::io::ByteInStream | pure virtual |
| timeout() const noexcept | jau::io::iostate_func | inline |
| to_string() const noexcept=0 | jau::io::ByteInStream | pure virtual |
| ~ByteInStream() noexcept override=default | jau::io::ByteInStream | |
| ~iostate_func() noexcept=default | jau::io::iostate_func | virtual |