fs::Dir
- Inherits: fs::DirAccess< Dir >
public
Functions
#
Dir(const Dir &dir)=deletefs::Dir::Dir (const Dir &dir)=delete
#
Dir(Dir &&dir) noexceptinline
fs::Dir::Dir (Dir &&dir) noexcept
#
Dir(var::StringView path)explicit
fs::Dir::Dir (var::StringView path)
#
~Dir() overridefs::Dir::~Dir () override
#
count() constint fs::Dir::count () const
Type: int
#
is_open() constinline
bool fs::Dir::is_open () const
Type: bool
#
operator=(const Dir &dir)=deleteDir & fs::Dir::operator= (const Dir &dir)=delete
Type: Dir &
Parameters:
- const Dir &
dir
#
operator=(Dir &&dir) noexceptinline
Dir & fs::Dir::operator= (Dir &&dir) noexcept
Type: Dir &
Parameters:
- Dir &&
dir