libcosmos
Linux C++ System Programming Library
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cosmos::TimerFD< CLOCK > Member List

This is the complete list of members for cosmos::TimerFD< CLOCK >, including all inherited members.

close() overridecosmos::TimerFD< CLOCK >inlinevirtual
create(const CreateFlags flags=CreateFlags{CreateFlag::CLOEXEC})cosmos::TimerFD< CLOCK >
CreateFlag enum namecosmos::TimerFD< CLOCK >
CreateFlags typedef (defined in cosmos::TimerFD< CLOCK >)cosmos::TimerFD< CLOCK >
defaults (defined in cosmos::TimerFD< CLOCK >)cosmos::TimerFD< CLOCK >static
disarm()cosmos::TimerFD< CLOCK >inline
fd() constcosmos::TimerFD< CLOCK >inline
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
getTime() constcosmos::TimerFD< CLOCK >
isOpen() constcosmos::TimerFD< CLOCK >inline
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=(TimerFD &&other) noexcept (defined in cosmos::TimerFD< CLOCK >)cosmos::TimerFD< CLOCK >inline
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
setTime(const TimerSpec spec, const StartFlags flags=StartFlags{})cosmos::TimerFD< CLOCK >
StartFlag enum namecosmos::TimerFD< CLOCK >
StartFlags typedef (defined in cosmos::TimerFD< CLOCK >)cosmos::TimerFD< CLOCK >
StreamIO(FileDescriptor &fd) (defined in cosmos::StreamIO)cosmos::StreamIOinlineexplicitprotected
StreamIO(const StreamIO &)=delete (defined in cosmos::StreamIO)cosmos::StreamIOprotected
TimerFD()=defaultcosmos::TimerFD< CLOCK >
TimerFD(const CreateFlags flags)cosmos::TimerFD< CLOCK >inlineexplicit
TimerFD(const CreateT)cosmos::TimerFD< CLOCK >inlineexplicit
TimerFD(TimerFD &&other) noexcept (defined in cosmos::TimerFD< CLOCK >)cosmos::TimerFD< CLOCK >inline
truncate(const off_t length)cosmos::FileBaseprotected
wait()cosmos::TimerFD< CLOCK >
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