libcosmos
Linux C++ System Programming Library
|
This is the complete list of members for cosmos::EventFile, including all inherited members.
close() override | cosmos::EventFile | inlinevirtual |
Counter enum name | cosmos::EventFile | |
EventFile(const Counter initval=Counter{0}, const Flags flags=Flags{Flag::CLOSE_ON_EXEC}) (defined in cosmos::EventFile) | cosmos::EventFile | explicit |
fd() const | cosmos::EventFile | inline |
FDFile()=default (defined in cosmos::FDFile) | cosmos::FDFile | protected |
FDFile(const FileDescriptor fd, const AutoCloseFD auto_close) | cosmos::FDFile | inlineprotected |
FDFile(FDFile &&other) noexcept (defined in cosmos::FDFile) | cosmos::FDFile | inlineprotected |
FileBase(const FileDescriptor fd=FileDescriptor{}) (defined in cosmos::FileBase) | cosmos::FileBase | inlineprotected |
FileBase(FileBase &&other) noexcept (defined in cosmos::FileBase) | cosmos::FileBase | inlineprotected |
FileBase(const FileBase &)=delete (defined in cosmos::FileBase) | cosmos::FileBase | protected |
Flag enum name | cosmos::EventFile | |
Flags typedef (defined in cosmos::EventFile) | cosmos::EventFile | |
isOpen() const | cosmos::EventFile | inline |
m_auto_close (defined in cosmos::FDFile) | cosmos::FDFile | protected |
m_fd (defined in cosmos::FileBase) | cosmos::FileBase | protected |
m_stream_fd (defined in cosmos::StreamIO) | cosmos::StreamIO | protected |
open(const FileDescriptor fd, const AutoCloseFD auto_close) | cosmos::FDFile | inlineprotected |
operator=(FDFile &&other) noexcept (defined in cosmos::FDFile) | cosmos::FDFile | inlineprotected |
operator=(FileBase &&other) noexcept (defined in cosmos::FileBase) | cosmos::FileBase | inlineprotected |
operator=(const FileBase &)=delete (defined in cosmos::FileBase) | cosmos::FileBase | protected |
operator=(const StreamIO &)=delete (defined in cosmos::StreamIO) | cosmos::StreamIO | protected |
operator=(StreamIO &&) noexcept (defined in cosmos::StreamIO) | cosmos::StreamIO | inlineprotected |
read(void *buf, size_t length) | cosmos::StreamIO | protected |
read(ReadIOVector &iovec) | cosmos::StreamIO | protected |
readAll(void *buf, size_t length) | cosmos::StreamIO | protected |
readAll(std::string &s, size_t length) | cosmos::StreamIO | inlineprotected |
readAll(ReadIOVector &iovec) | cosmos::StreamIO | inlineprotected |
seek(const SeekType type, off_t off) | cosmos::StreamIO | protected |
seekFromCurrent(off_t off) | cosmos::StreamIO | inlineprotected |
seekFromEnd(off_t off) | cosmos::StreamIO | inlineprotected |
seekFromStart(off_t off) | cosmos::StreamIO | inlineprotected |
SeekType enum name | cosmos::StreamIO | protected |
signal(const Counter increment=Counter{1}) | cosmos::EventFile | |
StreamIO(FileDescriptor &fd) (defined in cosmos::StreamIO) | cosmos::StreamIO | inlineexplicitprotected |
StreamIO(const StreamIO &)=delete (defined in cosmos::StreamIO) | cosmos::StreamIO | protected |
truncate(const off_t length) | cosmos::FileBase | protected |
wait() | cosmos::EventFile | |
write(const void *buf, size_t length) | cosmos::StreamIO | protected |
write(const std::string_view data) | cosmos::StreamIO | inlineprotected |
write(WriteIOVector &iovec) | cosmos::StreamIO | protected |
writeAll(const void *buf, size_t length) | cosmos::StreamIO | protected |
writeAll(const std::string_view data) | cosmos::StreamIO | inlineprotected |
writeAll(WriteIOVector &iovec) | cosmos::StreamIO | inlineprotected |
~FDFile() (defined in cosmos::FDFile) | cosmos::FDFile | protected |
~FileBase() (defined in cosmos::FileBase) | cosmos::FileBase | protectedvirtual |