lfilesystem
0.0.1
C++ filesystem library
|
This is the complete list of members for limes::files::Volume, including all inherited members.
bytesFree() const | limes::files::Volume | |
contains(const FilesystemEntry &file) const noexcept | limes::files::Volume | |
getAll() noexcept | limes::files::Volume | static |
getLabel() const | limes::files::Volume | |
getPath() const noexcept | limes::files::Volume | |
getSerialNumber() const | limes::files::Volume | |
getType() const | limes::files::Volume | |
isCaseSensitive() const | limes::files::Volume | |
isReadOnly() const | limes::files::Volume | |
operator!=(const Volume &other) const noexcept | limes::files::Volume | |
operator<<(std::ostream &os, const Volume &value) | limes::files::Volume | related |
operator==(const Volume &other) const noexcept | limes::files::Volume | |
totalBytes() const | limes::files::Volume | |
tryCreate(const Path &path=dirs::cwd().getAbsolutePath()) noexcept | limes::files::Volume | static |
Type enum name | limes::files::Volume | |
Volume(const Path &path=dirs::cwd().getAbsolutePath()) | limes::files::Volume | explicit |