Skip to main content

fs::Dir

Functions

Dir(const Dir &dir)=delete#

fs::Dir::Dir (const Dir &dir)=delete

Dir(Dir &&dir) noexcept#

inline

fs::Dir::Dir (Dir &&dir) noexcept

Dir(var::StringView path)#

explicit

fs::Dir::Dir (var::StringView path)

~Dir() override#

fs::Dir::~Dir () override

count() const#

int fs::Dir::count () const

Type: int

is_open() const#

inline

bool fs::Dir::is_open () const

Type: bool

operator=(const Dir &dir)=delete#

Dir & fs::Dir::operator= (const Dir &dir)=delete

Type: Dir &

Parameters:

  • const Dir & dir

operator=(Dir &&dir) noexcept#

inline

Dir & fs::Dir::operator= (Dir &&dir) noexcept

Type: Dir &

Parameters: