Smithy Qt 0.1.0-pre
Internal development documentation
Loading...
Searching...
No Matches
shapeid.cpp File Reference

Defines the ShapeId and ShapeIdPrivate classes. More...

#include <qtsmithy/shapeid.h>
#include "shapeid_p.h"
#include <QRegularExpression>
Include dependency graph for shapeid.cpp:

Go to the source code of this file.

Functions

size_t qHash (const ShapeId &key, size_t seed)
 

Detailed Description

Defines the ShapeId and ShapeIdPrivate classes.

Definition in file shapeid.cpp.

Function Documentation

◆ qHash()

size_t qHash ( const ShapeId & key,
size_t seed )

Definition at line 318 of file shapeid.cpp.

320{
321 return ::qHash(key.toString(), seed);
322}
QString toString() const
Returns this object as an absolute Smithy Shape ID if this object has a namespace,...
Definition shapeid.cpp:214