![]() |
MOS Source Code
|
This is the complete list of members for IpcServerIO, including all inherited members.
descriptor | IpcConnectionIO | protected |
IO(IOFlags flags, io_type_t type) | IO | explicit |
io_closed | IO | private |
io_flags | IO | |
io_refcount | IO | private |
io_type | IO | |
IpcConnectionIO(IpcDescriptor *descriptor) | IpcConnectionIO | inline |
IpcServerIO(IpcDescriptor *desc) | IpcServerIO | inline |
IsValid(const IO *io) | IO | inlinestatic |
map(vmap_t *vmap, off_t offset) | IO | |
name() const | IO | virtual |
on_closed() | IpcServerIO | inlinevirtual |
on_mmap(vmap_t *, off_t) | IO | privatevirtual |
on_munmap(vmap_t *, bool *) | IO | privatevirtual |
on_read(void *buf, size_t size) | IpcServerIO | inlinevirtual |
on_seek(off_t, io_seek_whence_t) | IO | privatevirtual |
on_write(const void *buf, size_t size) | IpcServerIO | inlinevirtual |
pread(void *buf, size_t count, off_t offset) final | IO | virtual |
read(void *buf, size_t count) final | IO | virtual |
ref() | IO | inline |
seek(off_t, io_seek_whence_t) final | IO | virtual |
tell() final | IO | virtual |
type_name | NamedType<"IPC.ServerIO"> | static |
unmap(vmap_t *vmap, bool *unmapped) | IO | |
unref() | IO | inline |
VerifyMMapPermissions(VMFlags flags, bool is_private) final | IO | virtual |
write(const void *buf, size_t count) final | IO | virtual |
~IO()=0 | IO | pure virtual |
~IpcConnectionIO() | IpcConnectionIO | inlinevirtual |
~IpcServerIO() | IpcServerIO | inlinevirtual |