CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for BlockCipherSource, including all inherited members.
alias(const State *state) | Object | protectedstatic |
as() const | Object | |
BlockCipherSource(const Stream &source, const BlockCipher &cipher) | BlockCipherSource | |
defaultTransferUnit() const | Stream | |
drain(const Bytes &auxBuffer=Bytes{}) | Stream | |
initOnce() | Object | protected |
initOncePerThread() | Object | protected |
is() const | Object | |
isDiscarding() const | Stream | |
isNull() const | Object | |
isWeak() const | Object | |
me() (defined in Stream) | Stream | protected |
me() const (defined in Stream) | Stream | protected |
Object()=default | Object | |
Object(State *newState) | Object | explicitprotected |
Object(State *state, Alias) (defined in Object) | Object | explicitprotected |
Object(State *state, Weak) (defined in Object) | Object | explicitprotected |
operator bool() const | Object | explicit |
operator<=>(const Object &other) const | Object | |
operator=(std::nullptr_t) (defined in Object) | Object | protected |
operator==(const Object &other) const | Object | |
read(Out< Bytes > buffer, long maxFill=-1) | Stream | |
readAll() | Stream | |
readSpan(Out< Bytes > buffer) | Stream | |
readSpan(long count) | Stream | |
skip(long long count) | Stream | |
Stream()=default | Stream | |
Stream(State *newState) (defined in Stream) | Stream | explicitprotected |
transferTo(const Stream &sink, long long count, const Bytes &buffer) | Stream | |
transferTo(const Stream &sink, long long count=-1) | Stream | |
useCount() const | Object | |
wait(IoEvent event, int timeout=-1) | Stream | |
waitEstablished(int timeout=-1) | Stream | |
weak() const (defined in Object) | Object | protected |
weak(const State *state) (defined in Object) | Object | protectedstatic |
write(const Bytes &buffer, long fill=-1) | Stream | |
write(const List< Bytes > &buffers) | Stream | |
write(const List< String > &parts) | Stream | |
write(const struct iovec *iov, int iovcnt) | Stream | |
write(const char *s) | Stream |