libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::EventFile Member List

This is the complete list of members for cosmos::EventFile, including all inherited members.

close() overridecosmos::EventFileinlinevirtual
Counter enum namecosmos::EventFile
EventFile(const Counter initval=Counter{0}, const Flags flags=Flags{Flag::CLOSE_ON_EXEC}) (defined in cosmos::EventFile)cosmos::EventFileexplicit
fd() constcosmos::EventFileinline
FDFile()=default (defined in cosmos::FDFile)cosmos::FDFileprotected
FDFile(const FileDescriptor fd, const AutoCloseFD auto_close)cosmos::FDFileinlineprotected
FDFile(FDFile &&other) noexcept (defined in cosmos::FDFile)cosmos::FDFileinlineprotected
FileBase(const FileDescriptor fd=FileDescriptor{}) (defined in cosmos::FileBase)cosmos::FileBaseinlineprotected
FileBase(FileBase &&other) noexcept (defined in cosmos::FileBase)cosmos::FileBaseinlineprotected
FileBase(const FileBase &)=delete (defined in cosmos::FileBase)cosmos::FileBaseprotected
Flag enum namecosmos::EventFile
Flags typedef (defined in cosmos::EventFile)cosmos::EventFile
isOpen() constcosmos::EventFileinline
m_auto_close (defined in cosmos::FDFile)cosmos::FDFileprotected
m_fd (defined in cosmos::FileBase)cosmos::FileBaseprotected
m_stream_fd (defined in cosmos::StreamIO)cosmos::StreamIOprotected
open(const FileDescriptor fd, const AutoCloseFD auto_close)cosmos::FDFileinlineprotected
operator=(FDFile &&other) noexcept (defined in cosmos::FDFile)cosmos::FDFileinlineprotected
operator=(FileBase &&other) noexcept (defined in cosmos::FileBase)cosmos::FileBaseinlineprotected
operator=(const FileBase &)=delete (defined in cosmos::FileBase)cosmos::FileBaseprotected
operator=(const StreamIO &)=delete (defined in cosmos::StreamIO)cosmos::StreamIOprotected
operator=(StreamIO &&) noexcept (defined in cosmos::StreamIO)cosmos::StreamIOinlineprotected
read(void *buf, size_t length)cosmos::StreamIOprotected
read(ReadIOVector &iovec)cosmos::StreamIOprotected
readAll(void *buf, size_t length)cosmos::StreamIOprotected
readAll(std::string &s, size_t length)cosmos::StreamIOinlineprotected
readAll(ReadIOVector &iovec)cosmos::StreamIOinlineprotected
seek(const SeekType type, off_t off)cosmos::StreamIOprotected
seekFromCurrent(off_t off)cosmos::StreamIOinlineprotected
seekFromEnd(off_t off)cosmos::StreamIOinlineprotected
seekFromStart(off_t off)cosmos::StreamIOinlineprotected
SeekType enum namecosmos::StreamIOprotected
signal(const Counter increment=Counter{1})cosmos::EventFile
StreamIO(FileDescriptor &fd) (defined in cosmos::StreamIO)cosmos::StreamIOinlineexplicitprotected
StreamIO(const StreamIO &)=delete (defined in cosmos::StreamIO)cosmos::StreamIOprotected
truncate(const off_t length)cosmos::FileBaseprotected
wait()cosmos::EventFile
write(const void *buf, size_t length)cosmos::StreamIOprotected
write(const std::string_view data)cosmos::StreamIOinlineprotected
write(WriteIOVector &iovec)cosmos::StreamIOprotected
writeAll(const void *buf, size_t length)cosmos::StreamIOprotected
writeAll(const std::string_view data)cosmos::StreamIOinlineprotected
writeAll(WriteIOVector &iovec)cosmos::StreamIOinlineprotected
~FDFile() (defined in cosmos::FDFile)cosmos::FDFileprotected
~FileBase() (defined in cosmos::FileBase)cosmos::FileBaseprotectedvirtual