qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Typedefs | Functions
receiptnum.h File Reference
#include "util/strongtype.h"
#include <QMetaType>
#include <cstdint>
Include dependency graph for receiptnum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using ReceiptNum = NamedType< uint32_t, struct ReceiptNumTag, Orderable >
 
using ExtendedReceiptNum = NamedType< uint32_t, struct ExtendedReceiptNumTag, Orderable >
 

Functions

 Q_DECLARE_METATYPE (ExtendedReceiptNum)
 

Typedef Documentation

◆ ExtendedReceiptNum

using ExtendedReceiptNum = NamedType<uint32_t, struct ExtendedReceiptNumTag, Orderable>

Definition at line 30 of file receiptnum.h.

◆ ReceiptNum

using ReceiptNum = NamedType<uint32_t, struct ReceiptNumTag, Orderable>

Definition at line 27 of file receiptnum.h.

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( ExtendedReceiptNum  )