ACF $AcfVersion:0$
Public Member Functions | Public Attributes | List of all members
istd::CSystem::FileDriveInfo Struct Reference

#include <CSystem.h>

Public Member Functions

 FileDriveInfo ()
 
bool operator== (const FileDriveInfo &info) const
 

Public Attributes

quint64 totalBytes
 
quint64 freeBytes
 
bool isValid
 

Detailed Description

Definition at line 29 of file CSystem.h.

Constructor & Destructor Documentation

◆ FileDriveInfo()

istd::CSystem::FileDriveInfo::FileDriveInfo ( )
inline

Definition at line 31 of file CSystem.h.

Member Function Documentation

◆ operator==()

bool istd::CSystem::FileDriveInfo::operator== ( const FileDriveInfo info) const
inline

Definition at line 38 of file CSystem.h.

References freeBytes, isValid, and totalBytes.

Member Data Documentation

◆ freeBytes

quint64 istd::CSystem::FileDriveInfo::freeBytes

Definition at line 44 of file CSystem.h.

Referenced by operator==().

◆ isValid

bool istd::CSystem::FileDriveInfo::isValid

Definition at line 45 of file CSystem.h.

Referenced by operator==().

◆ totalBytes

quint64 istd::CSystem::FileDriveInfo::totalBytes

Definition at line 43 of file CSystem.h.

Referenced by operator==().


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