LibrePCB Developers Documentation
|
#include <QtCore>
#include <optional>
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 | |
namespace | librepcb |
namespace | std |
Functions | |
QDataStream & | operator<< (QDataStream &stream, const Uuid &uuid) noexcept |
QDebug | operator<< (QDebug stream, const Uuid &uuid) noexcept |
std::size_t | qHash (const Uuid &key, std::size_t seed=0) noexcept |
size_t | qHash (const optional< librepcb::Uuid > &key, size_t seed=0) noexcept |