ICF 3.0.5.47
Technical documentation of ICF Libraries
istd::CSystem::FileDriveDescriptor Struct Reference

#include <CSystem.h>

Collaboration diagram for istd::CSystem::FileDriveDescriptor:

Public Member Functions

bool operator== (const FileDriveDescriptor &driveInfo) const
 

Public Attributes

FileDriveInfo info
 
QString name
 
QByteArray id
 

Detailed Description

Definition at line 48 of file CSystem.h.

Member Function Documentation

◆ operator==()

bool istd::CSystem::FileDriveDescriptor::operator== ( const FileDriveDescriptor & driveInfo) const
inline

Definition at line 54 of file CSystem.h.

References id, info, and name.

Member Data Documentation

◆ id

QByteArray istd::CSystem::FileDriveDescriptor::id

Definition at line 52 of file CSystem.h.

Referenced by operator==().

◆ info

FileDriveInfo istd::CSystem::FileDriveDescriptor::info

Definition at line 50 of file CSystem.h.

Referenced by operator==().

◆ name

QString istd::CSystem::FileDriveDescriptor::name

Definition at line 51 of file CSystem.h.

Referenced by operator==().


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

© Witold Gantzke and Kirill Lepskiy