LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
LC::Util::SpaceInfo Struct Reference

Contains information about a partition's disk space. More...

#include "paths.h"

Public Attributes

quint64 Capacity_
 The capacity of the partition. More...
 
quint64 Free_
 How much free space there is. More...
 
quint64 Available_
 How much space is available to the current user. More...
 

Detailed Description

Contains information about a partition's disk space.

Definition at line 185 of file paths.h.

Member Data Documentation

◆ Available_

quint64 LC::Util::SpaceInfo::Available_

How much space is available to the current user.

This is equal or less than Free_ and includes all the quotas and other limitations the user is subject to.

Definition at line 202 of file paths.h.

◆ Capacity_

quint64 LC::Util::SpaceInfo::Capacity_

The capacity of the partition.

Definition at line 189 of file paths.h.

◆ Free_

quint64 LC::Util::SpaceInfo::Free_

How much free space there is.

This is equal or less than Capacity_.

Definition at line 195 of file paths.h.


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