CppCommon
1.0.4.1
C++ Common Library
|
Filesystem space information. More...
#include <path.h>
Public Attributes | |
uint64_t | capacity |
Total size of the filesystem, in bytes. More... | |
uint64_t | free |
Free space on the filesystem, in bytes. More... | |
uint64_t | available |
Free space available to a non-privileged process (may be equal or less than free) More... | |
uint64_t CppCommon::SpaceInfo::available |
Free space available to a non-privileged process (may be equal or less than free)
uint64_t CppCommon::SpaceInfo::capacity |
Total size of the filesystem, in bytes.
uint64_t CppCommon::SpaceInfo::free |
Free space on the filesystem, in bytes.