![]() |
Qt 6.x
The Qt SDK
|
#include <qtest.h>
Public Types | |
enum | { BufferLen = 256 } |
Static Public Member Functions | |
static char * | formatSimpleType (QCborSimpleType st) |
static char * | formatTag (QCborTag tag, const QCborValue &taggedValue) |
static char * | innerFormat (QCborValue::Type t, const char *str) |
template<typename T > | |
static char * | format (QCborValue::Type type, const T &t) |
static char * | format (const QCborValue &v) |
static char * | format (const QCborArray &a) |
static char * | format (const QCborMap &m) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 264 of file qtest.h.
References QCborValue::Array, QCborValue::ByteArray, QCborValue::DateTime, QCborValue::Double, QCborValue::False, formatSimpleType(), formatTag(), QScopedPointer< T, Cleanup >::get(), innerFormat(), QCborValue::Integer, QCborValue::Invalid, QCborValue::Map, QCborValue::Null, qstrdup(), QCborValue::RegularExpression, QCborValue::SimpleType, QCborValue::String, QCborValue::Tag, QCborValue::True, QCborValue::Undefined, QCborValue::Url, and QCborValue::Uuid.
|
inlinestatic |
Definition at line 258 of file qtest.h.
References QScopedPointer< T, Cleanup >::get(), innerFormat(), and QTest::toString().
Referenced by QTest::toString(), QTest::toString(), and QTest::toString().
|
inlinestatic |
Definition at line 227 of file qtest.h.
References BufferLen, and qsnprintf().
Referenced by format().
|
inlinestatic |
Definition at line 234 of file qtest.h.
References BufferLen, QScopedPointer< T, Cleanup >::get(), qsnprintf(), and tag.
Referenced by format().
|
inlinestatic |
Definition at line 242 of file qtest.h.
References BufferLen, qsnprintf(), str, typeName, and QMetaEnum::valueToKey().
Referenced by format(), and format().