CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for IoChannel, including all inherited members.
alias(const State *state) | Object | protectedstatic |
as() const | Object | |
close() | IoStream | |
defaultTransferUnit() const | Stream | |
drain(const Bytes &auxBuffer=Bytes{}) | Stream | |
duplicate() const | IoStream | |
duplicateTo(IoStream &other) | IoStream | |
echo(bool on) | IoStream | |
error() | IoStream | static |
fd() const | IoStream | |
initOnce() | Object | protected |
initOncePerThread() | Object | protected |
input() | IoStream | static |
IoChannel()=default | IoChannel | |
IoChannel(State *newState) (defined in IoChannel) | IoChannel | explicitprotected |
ioctl(int request, void *arg) | IoStream | |
IoStream()=default | IoStream | |
IoStream(int fd) | IoStream | explicit |
IoStream(State *newState) (defined in IoStream) | IoStream | explicitprotected |
is() const | Object | |
isDiscarding() const | Stream | |
isInteractive() const | IoStream | |
isNull() const | Object | |
isWeak() const | Object | |
me() (defined in IoChannel) | IoChannel | protected |
me() const (defined in IoChannel) | IoChannel | 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 | |
output() | IoStream | static |
pair(Out< IoStream > a, Out< IoStream > b) | IoStream | static |
read(Out< Bytes > buffer, long maxFill=-1) | Stream | |
readAll() | Stream | |
readSpan(Out< Bytes > buffer) | Stream | |
readSpan(long count) | Stream | |
scatterLimit() const | IoStream | |
setScatterLimit(long newLimit) | IoStream | |
shutdown(IoShutdown mode=IoShutdown::Full) | IoStream | |
skip(long long count) | Stream | |
slaveFd() const | IoChannel | |
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 |