Qt 4.8
Classes | Macros | Typedefs | Functions
quuid.h File Reference
#include <QtCore/qstring.h>

Go to the source code of this file.

Classes

struct  _GUID
 
class  QUuid
 The QUuid class stores a Universally Unique Identifier (UUID). More...
 

Macros

#define GUID_DEFINED
 

Typedefs

typedef struct _GUID GUID
 
typedef struct _GUIDLPGUID
 
typedef struct _GUIDREFGUID
 

Macro Definition Documentation

◆ GUID_DEFINED

#define GUID_DEFINED

Definition at line 51 of file quuid.h.

Typedef Documentation

◆ GUID

typedef struct _GUID GUID

◆ LPGUID

typedef struct _GUID * LPGUID

◆ REFGUID

typedef struct _GUID * REFGUID

Function Documentation

◆ operator<<()

Q_CORE_EXPORT QDataStream& operator<< ( QDataStream ,
const QUuid  
)
related

◆ operator>>()

Q_CORE_EXPORT QDataStream& operator>> ( QDataStream ,
QUuid  
)
related