fs::Dir
- Inherits: fs::DirAccess< Dir >
public
Functions
Dir(const Dir &dir)=delete#
fs::Dir::Dir (const Dir &dir)=deleteDir(Dir &&dir) noexcept#
inline
fs::Dir::Dir (Dir &&dir) noexceptDir(var::StringView path)#
explicit
fs::Dir::Dir (var::StringView path)~Dir() override#
fs::Dir::~Dir () overridecount() const#
int fs::Dir::count () constType: int
is_open() const#
inline
bool fs::Dir::is_open () constType: bool
operator=(const Dir &dir)=delete#
Dir & fs::Dir::operator= (const Dir &dir)=deleteType: Dir &
Parameters:
- const Dir &
dir
operator=(Dir &&dir) noexcept#
inline
Dir & fs::Dir::operator= (Dir &&dir) noexceptType: Dir &
Parameters:
- Dir &&
dir