|
ACF $AcfVersion:0$
|
#include <CSystem.h>
Public Member Functions | |
| FileDriveInfo () | |
| bool | operator== (const FileDriveInfo &info) const |
Public Attributes | |
| quint64 | totalBytes |
| quint64 | freeBytes |
| bool | isValid |
|
inline |
Definition at line 38 of file CSystem.h.
References freeBytes, isValid, and totalBytes.
| quint64 istd::CSystem::FileDriveInfo::freeBytes |
Definition at line 44 of file CSystem.h.
Referenced by operator==().
| bool istd::CSystem::FileDriveInfo::isValid |
Definition at line 45 of file CSystem.h.
Referenced by operator==().
| quint64 istd::CSystem::FileDriveInfo::totalBytes |
Definition at line 43 of file CSystem.h.
Referenced by operator==().