CppCommon  1.0.4.1
C++ Common Library
Public Attributes | List of all members
CppCommon::SpaceInfo Struct Reference

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...
 

Detailed Description

Filesystem space information.

Definition at line 71 of file path.h.

Member Data Documentation

◆ available

uint64_t CppCommon::SpaceInfo::available

Free space available to a non-privileged process (may be equal or less than free)

Examples
filesystem_path.cpp.

Definition at line 75 of file path.h.

◆ capacity

uint64_t CppCommon::SpaceInfo::capacity

Total size of the filesystem, in bytes.

Examples
filesystem_path.cpp.

Definition at line 73 of file path.h.

◆ free

uint64_t CppCommon::SpaceInfo::free

Free space on the filesystem, in bytes.

Examples
filesystem_path.cpp.

Definition at line 74 of file path.h.


The documentation for this struct was generated from the following file: