|
| knowCore::Uri | uri () const override |
| |
| int | qMetaTypeId () const override |
| |
|
virtual cres_qresult< QByteArray > | md5 (const _T_ &_value) const =0 |
| |
|
virtual cres_qresult< QJsonValue > | toJsonValue (const _T_ &_value, const SerialisationContexts &_contexts) const =0 |
| |
|
virtual cres_qresult< void > | fromJsonValue (_T_ *_value, const QJsonValue &_json_value, const knowCore::DeserialisationContexts &_contexts) const =0 |
| |
|
virtual cres_qresult< QCborValue > | toCborValue (const _T_ &_value, const SerialisationContexts &_contexts) const =0 |
| |
|
virtual cres_qresult< void > | fromCborValue (_T_ *_value, const QCborValue &_cbor_value, const knowCore::DeserialisationContexts &_contexts) const =0 |
| |
|
virtual cres_qresult< QString > | printable (const _T_ &_value) const =0 |
| |
|
virtual cres_qresult< QString > | toRdfLiteral (const _T_ &_value, const SerialisationContexts &_contexts) const =0 |
| |
|
virtual cres_qresult< void > | fromRdfLiteral (_T_ *_value, const QString &_serialised, const DeserialisationContexts &_contexts) const =0 |
| |
|
cres_qresult< QString > | toJsonString (const _T_ &_value, const SerialisationContexts &_contexts) const |
| |
|
cres_qresult< void > | fromJsonString (_T_ *_value, const QString &_json_value, const DeserialisationContexts &_contexts) const |
| |
| void * | allocate () const override |
| |
| void * | duplicate (const void *_value) const override |
| |
| void | release (void *_value) const override |
| |
| bool | compareEquals (const void *_lhs, const void *_rhs) const override |
| |
| cres_qresult< QByteArray > | md5 (const void *_value) const override |
| |
| cres_qresult< QJsonValue > | toJsonValue (const void *_value, const SerialisationContexts &_contexts) const override |
| |
| cres_qresult< void > | fromJsonValue (void *_value, const QJsonValue &_json_value, const DeserialisationContexts &_contexts) const override |
| |
| cres_qresult< QCborValue > | toCborValue (const void *_value, const SerialisationContexts &_contexts) const override |
| |
| cres_qresult< void > | fromCborValue (void *_value, const QCborValue &_cbor_value, const DeserialisationContexts &_contexts) const override |
| |
| cres_qresult< QString > | printable (const void *_value) const override |
| |
| cres_qresult< QString > | toRdfLiteral (const void *_value, const SerialisationContexts &_contexts) const override |
| |
| cres_qresult< void > | fromRdfLiteral (void *_value, const QString &_serialised, const DeserialisationContexts &_contexts) const override |
| |
|
template<typename _TCoJ_ > |
| cres_qerror | expectedError (const char *_what, const _TCoJ_ &_got) const |
| |
|
template<typename _TCoJ_ > |
| cres_qerror | expectedArrayError (const _TCoJ_ &_coj) const |
| |
|
template<typename _TCoJ_ > |
| cres_qerror | expectedObjectError (const _TCoJ_ &_coj) const |
| |