libcosmos
Linux C++ System Programming Library
|
This is the complete list of members for cosmos::DirStream, including all inherited members.
close() | cosmos::DirStream | |
DirStream()=default | cosmos::DirStream | |
DirStream(const DirFD fd) | cosmos::DirStream | inlineexplicit |
DirStream(const DirFD fd, const SysString subpath) | cosmos::DirStream | inline |
DirStream(const SysString path) | cosmos::DirStream | inlineexplicit |
DirStream(const DirStream &)=delete (defined in cosmos::DirStream) | cosmos::DirStream | |
fd() const | cosmos::DirStream | |
isOpen() const | cosmos::DirStream | inline |
m_stream (defined in cosmos::DirStream) | cosmos::DirStream | protected |
nextEntry() | cosmos::DirStream | |
open(const DirFD fd) | cosmos::DirStream | |
open(const DirFD dir_fd, const SysString subpath) | cosmos::DirStream | |
open(const SysString path, const FollowSymlinks follow_links=FollowSymlinks{false}) | cosmos::DirStream | |
open(const FileNum fd) (defined in cosmos::DirStream) | cosmos::DirStream | protected |
operator=(const DirStream &)=delete (defined in cosmos::DirStream) | cosmos::DirStream | |
requireOpenStream(const std::string_view context) const (defined in cosmos::DirStream) | cosmos::DirStream | inlineprotected |
rewind() | cosmos::DirStream | inline |
seek(const DirEntry::DirPos pos) | cosmos::DirStream | inline |
tell() const | cosmos::DirStream | inline |
~DirStream() | cosmos::DirStream |