#include <qstring.h>
#include <string.h>
#include <memory.h>
#include <qdatastream.h>
Go to the source code of this file.
Compounds | |
struct | QUuid |
The QUuid class defines a Universally Unique Identifier (UUID). More... | |
Functions | |
QDataStream& | operator>> (QDataStream &s, QUuid &quuid) |
Writes the uuid quuid to the datastream s. More... | |
QDataStream& | operator<< (QDataStream &s, const QUuid &quuid) |
Reads uuid from from the stream s into quuid. More... |
|
Reads uuid from from the stream s into quuid.
|
|
Writes the uuid quuid to the datastream s.
|