LibrePCB Developers Documentation
uuid.h File Reference
#include <QtCore>
#include <optional.hpp>
+ Include dependency graph for uuid.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Uuid
 The Uuid class is a replacement for QUuid to get UUID strings without {} braces. More...
 

Namespaces

 librepcb
 
 tl
 

Functions

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