|
| Value () |
|
| Value (const Value &_rhs) |
|
Value & | operator= (const Value &_rhs) |
|
QVariant | toVariant () const |
|
Uri | datatype () const |
|
bool | isEmpty () const |
|
bool | operator< (const Value &_rhs) const |
|
bool | operator== (const Value &_rhs) const |
|
bool | operator!= (const Value &_rhs) const |
|
cres_qresult< bool > | compare (const Value &_value, ComparisonOperators _operators) const |
|
cres_qresult< Value > | convert (const Uri &_uri, TypeCheckingMode _conversion=TypeCheckingMode::Safe) const |
|
cres_qresult< Value > | compute (const Value &_value, ArithmeticOperator _operator) const |
|
template<typename _T_ > |
cres_qresult< _T_ > | value (TypeCheckingMode _conversion=TypeCheckingMode::Safe) const |
|
template<typename _T_ > |
_T_ | value (const _T_ &_default, TypeCheckingMode _conversion=TypeCheckingMode::Safe) const |
|
template<typename _T_ > |
bool | canConvert (TypeCheckingMode _conversion=TypeCheckingMode::Safe) const |
|
bool | canConvert (const Uri &_uri, TypeCheckingMode _conversion=TypeCheckingMode::Safe) const |
|
template<typename _T_ > |
bool | is () const |
|
cres_qresult< QByteArray > | md5 () const |
|
cres_qresult< QJsonValue > | toJsonValue (const SerialisationContexts &_contexts=defaultSerialisationContext()) const |
|
cres_qresult< QCborValue > | toCborValue (const SerialisationContexts &_contexts=defaultSerialisationContext()) const |
|
cres_qresult< QString > | toRdfLiteral (const SerialisationContexts &_contexts=defaultSerialisationContext()) const |
|
cres_qresult< QString > | printable () const |
|
cres_qresult< QJsonObject > | toJsonObject (const SerialisationContexts &_contexts=defaultSerialisationContext()) const |
|
cres_qresult< QCborMap > | toCborMap (const SerialisationContexts &_contexts=defaultSerialisationContext()) const |
|
cres_qresult< ValueList > | toList () const |
|
cres_qresult< ValueHash > | toHash () const |
|
|
template<typename _T_ > |
static Value | fromValue (const _T_ &_value) |
|
static cres_qresult< Value > | fromValue (const QVariant &_value) |
|
template<typename _T_ > |
static cres_qresult< Value > | fromValue (const Uri &_datatype, const _T_ &_value, TypeCheckingMode _conversion=TypeCheckingMode::Safe) |
|
static cres_qresult< Value > | fromVariant (const Uri &_datatype, const QVariant &_value, TypeCheckingMode _conversion=TypeCheckingMode::Safe) |
|
static cres_qresult< Value > | fromVariant (const QVariant &_variant) |
|
static cres_qresult< Value > | parseVariant (const QVariant &_value) |
|
static cres_qresult< Value > | fromJsonValue (const Uri &_datatype, const QJsonValue &_value, const DeserialisationContexts &_context=defaultDeserialisationContext()) |
|
template<typename _T_ > |
static cres_qresult< _T_ > | fromJsonValue (const QJsonValue &_value, const DeserialisationContexts &_context=defaultDeserialisationContext()) |
|
static cres_qresult< Value > | fromCborValue (const Uri &_datatype, const QCborValue &_value, const DeserialisationContexts &_context=defaultDeserialisationContext()) |
|
static cres_qresult< Value > | fromRdfLiteral (const Uri &_datatype, const QString &_value, const DeserialisationContexts &_context=defaultDeserialisationContext()) |
|
static cres_qresult< Value > | fromJsonObject (const QJsonObject &_value, const DeserialisationContexts &_context=defaultDeserialisationContext()) |
|
static cres_qresult< Value > | fromCborMap (const QCborMap &_value, const DeserialisationContexts &_context=defaultDeserialisationContext()) |
|
template<> |
cres_qresult< Value > | fromValue (const Uri &_datatype, const QVariant &_value, TypeCheckingMode _conversion) |
|