This struct is used by file operations to reading of the space informations.
More...
#include <SpaceInfo.hpp>
|
static constexpr size_t | GetFieldCount (void) |
|
static size_t | GetFieldCount (void) |
| Returns the count of fields of the struct type More...
|
|
This struct is used by file operations to reading of the space informations.
- See also
- Arp.System.Commons.Services.Io.FileSystemTraitsEntry
◆ Deserialize()
void Arp::System::Commons::Services::Io::SpaceInfo::Deserialize |
( |
RscReader & |
reader | ) |
|
|
inlineoverridevirtual |
◆ Serialize()
void Arp::System::Commons::Services::Io::SpaceInfo::Serialize |
( |
RscWriter & |
writer | ) |
const |
|
inlineoverridevirtual |
◆ Available
uint64 Arp::System::Commons::Services::Io::SpaceInfo::Available = 0 |
Available space of the device.
◆ Capacity
uint64 Arp::System::Commons::Services::Io::SpaceInfo::Capacity = 0 |
Capacity space of the device.
◆ Free
uint64 Arp::System::Commons::Services::Io::SpaceInfo::Free = 0 |
Free space of the device.
The documentation for this class was generated from the following file: