libcosmos
Linux C++ System Programming Library
|
This is the complete list of members for cosmos::TempFile, including all inherited members.
close() override | cosmos::TempFile | inlinevirtual |
fd() const | cosmos::FileBase | inline |
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 | |
isOpen() const | cosmos::FileBase | inline |
m_fd (defined in cosmos::FileBase) | cosmos::FileBase | protected |
m_stream_fd (defined in cosmos::StreamIO) | cosmos::StreamIO | protected |
m_tmp_path (defined in cosmos::TempFile) | cosmos::TempFile | protected |
open(const SysString _template, const OpenFlags flags=OpenFlags{OpenFlag::CLOEXEC}) (defined in cosmos::TempFile) | cosmos::TempFile | inline |
operator=(TempFile &&other) noexcept (defined in cosmos::TempFile) | cosmos::TempFile | inline |
operator=(FileBase &&other) noexcept (defined in cosmos::FileBase) | cosmos::FileBase | inlineprotected |
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::StreamIO | inline |
path() const | cosmos::TempFile | |
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::StreamIO | inline |
readAll(ReadIOVector &iovec) | cosmos::StreamIO | inline |
seek(const SeekType type, off_t off) | cosmos::StreamIO | |
seekFromCurrent(off_t off) | cosmos::StreamIO | inline |
seekFromEnd(off_t off) | cosmos::StreamIO | inline |
seekFromStart(off_t off) | cosmos::StreamIO | inline |
SeekType enum name | cosmos::StreamIO | |
StreamIO(FileDescriptor &fd) (defined in cosmos::StreamIO) | cosmos::StreamIO | inlineexplicit |
StreamIO(const StreamIO &)=delete (defined in cosmos::StreamIO) | cosmos::StreamIO | |
TempFile()=default (defined in cosmos::TempFile) | cosmos::TempFile | |
TempFile(const SysString _template, const OpenFlags flags=OpenFlags{OpenFlag::CLOEXEC}) (defined in cosmos::TempFile) | cosmos::TempFile | inlineexplicit |
truncate(const off_t length) | cosmos::FileBase | |
unlinkPath() (defined in cosmos::TempFile) | cosmos::TempFile | inlineprotected |
write(const void *buf, size_t length) | cosmos::StreamIO | |
write(const std::string_view data) | cosmos::StreamIO | inline |
write(WriteIOVector &iovec) | cosmos::StreamIO | |
writeAll(const void *buf, size_t length) | cosmos::StreamIO | |
writeAll(const std::string_view data) | cosmos::StreamIO | inline |
writeAll(WriteIOVector &iovec) | cosmos::StreamIO | inline |
~FileBase() (defined in cosmos::FileBase) | cosmos::FileBase | virtual |
~TempFile() (defined in cosmos::TempFile) | cosmos::TempFile |