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

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

close() overridecosmos::FDFileinlinevirtual
fd() constcosmos::FileBaseinline
FDFile()=default (defined in cosmos::FDFile)cosmos::FDFile
FDFile(const FileDescriptor fd, const AutoCloseFD auto_close)cosmos::FDFileinline
FDFile(FDFile &&other) noexcept (defined in cosmos::FDFile)cosmos::FDFileinline
File()=default (defined in cosmos::File)cosmos::File
File(const SysString path, const OpenMode mode)cosmos::Fileinline
File(const SysString path, const OpenMode mode, const OpenFlags flags, const std::optional< FileMode > fmode={})cosmos::Fileinline
File(const DirFD dir_fd, const SysString path, const OpenMode mode, const OpenFlags flags, const std::optional< FileMode > fmode={})cosmos::Fileinline
File(const FileDescriptor fd, const AutoCloseFD auto_close)cosmos::Fileinline
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::FileBase
isOpen() constcosmos::FileBaseinline
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 SysString path, const OpenMode mode)cosmos::Fileinline
open(const SysString path, const OpenMode mode, const OpenFlags flags, const std::optional< FileMode > fmode={})cosmos::File
open(const DirFD dir_fd, const SysString path, const OpenMode mode)cosmos::Fileinline
open(const DirFD dir_fd, const SysString path, const OpenMode mode, const OpenFlags flags, const std::optional< FileMode > fmode={})cosmos::File
open(const FileDescriptor fd, const AutoCloseFD auto_close)cosmos::Fileinline
operator=(FDFile &&other) noexcept (defined in cosmos::FDFile)cosmos::FDFileinline
operator=(FileBase &&other) noexcept (defined in cosmos::FileBase)cosmos::FileBaseinlineprotected
operator=(const FileBase &)=delete (defined in cosmos::FileBase)cosmos::FileBase
operator=(const StreamIO &)=delete (defined in cosmos::StreamIO)cosmos::StreamIO
operator=(StreamIO &&) noexcept (defined in cosmos::StreamIO)cosmos::StreamIOinline
read(void *buf, size_t length)cosmos::StreamIO
read(ReadIOVector &iovec)cosmos::StreamIO
readAll(void *buf, size_t length)cosmos::StreamIO
readAll(std::string &s, size_t length)cosmos::StreamIOinline
readAll(ReadIOVector &iovec)cosmos::StreamIOinline
seek(const SeekType type, off_t off)cosmos::StreamIO
seekFromCurrent(off_t off)cosmos::StreamIOinline
seekFromEnd(off_t off)cosmos::StreamIOinline
seekFromStart(off_t off)cosmos::StreamIOinline
SeekType enum namecosmos::StreamIO
StreamIO(FileDescriptor &fd) (defined in cosmos::StreamIO)cosmos::StreamIOinlineexplicit
StreamIO(const StreamIO &)=delete (defined in cosmos::StreamIO)cosmos::StreamIO
truncate(const off_t length)cosmos::FileBase
write(const void *buf, size_t length)cosmos::StreamIO
write(const std::string_view data)cosmos::StreamIOinline
write(WriteIOVector &iovec)cosmos::StreamIO
writeAll(const void *buf, size_t length)cosmos::StreamIO
writeAll(const std::string_view data)cosmos::StreamIOinline
writeAll(WriteIOVector &iovec)cosmos::StreamIOinline
~FDFile() (defined in cosmos::FDFile)cosmos::FDFile
~FileBase() (defined in cosmos::FileBase)cosmos::FileBasevirtual