Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcborcommon_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "qcborcommon.h"
#include "private/qglobal_p.h"
#include <cbor.h>
+ Include dependency graph for qcborcommon_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define assert   Q_ASSERT
 
#define CBOR_NO_VALIDATION_API   1
 
#define CBOR_NO_PRETTY_API   1
 
#define CBOR_API   static inline
 
#define CBOR_PRIVATE_API   static inline
 
#define CBOR_INLINE_API   static inline
 

Functions

QT_WARNING_POP Q_DECLARE_TYPEINFO (CborValue, Q_PRIMITIVE_TYPE)
 

Macro Definition Documentation

◆ assert

◆ CBOR_API

#define CBOR_API   static inline

Definition at line 37 of file qcborcommon_p.h.

◆ CBOR_INLINE_API

#define CBOR_INLINE_API   static inline

Definition at line 39 of file qcborcommon_p.h.

◆ CBOR_NO_PRETTY_API

#define CBOR_NO_PRETTY_API   1

Definition at line 36 of file qcborcommon_p.h.

◆ CBOR_NO_VALIDATION_API

#define CBOR_NO_VALIDATION_API   1

Definition at line 35 of file qcborcommon_p.h.

◆ CBOR_PRIVATE_API

#define CBOR_PRIVATE_API   static inline

Definition at line 38 of file qcborcommon_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

QT_WARNING_POP Q_DECLARE_TYPEINFO ( CborValue ,
Q_PRIMITIVE_TYPE  )