AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AConcatInputStream Member List

This is the complete list of members for AConcatInputStream, including all inherited members.

AConcatInputStream(ADeque< _< IInputStream > > inputStreams) noexcept (defined in AConcatInputStream)AConcatInputStreaminlineexplicit
deserialize()IInputStreaminline
operator>>(T &dst)IInputStream
operator>>(T &&dst)IInputStream
read(char *dst, size_t size) overrideAConcatInputStreamvirtual
IInputStream::read(std::span< std::byte > destination)IInputStreaminline
readExact(char *dst, size_t size)IInputStreaminline
~AConcatInputStream() override=default (defined in AConcatInputStream)AConcatInputStream
~IInputStream()=default (defined in IInputStream)IInputStreamvirtual