#include "../serialization/sexpression.h"
#include <QtCore>
#include <optional.hpp>
Go to the source code of this file.
|
class | Uuid |
| The Uuid class is a replacement for QUuid to get UUID strings without {} braces. More...
|
|
|
template<> |
SExpression | serialize (const Uuid &obj) |
|
template<> |
Uuid | deserialize (const SExpression &sexpr, const Version &fileFormat) |
|
template<> |
SExpression | serialize (const tl::optional< Uuid > &obj) |
|
template<> |
tl::optional< Uuid > | deserialize (const SExpression &sexpr, const Version &fileFormat) |
|
QDataStream & | operator<< (QDataStream &stream, const Uuid &uuid) noexcept |
|
QDebug | operator<< (QDebug stream, const Uuid &uuid) noexcept |
|
uint | qHash (const Uuid &key, uint seed) noexcept |
|
uint | qHash (const optional< librepcb::Uuid > &key, uint seed) noexcept |
|