|
_TDerive_ & | operator= (const _TDerive_ &_rhs) |
|
bool | operator== (const FocusNodeWrapper &_rhs) const |
|
cres_qresult< bool > | exists () const |
|
knowCore::Uri | graph () const |
|
knowCore::Uri | uri () const |
|
knowCore::Uri | type () const |
|
kDB::Repository::Connection | connection () const |
|
cres_qresult< bool > | hasProperty (const knowCore::Uri &_property) const |
|
cres_qresult< knowCore::Value > | property (const knowCore::Uri &_property) const |
|
template<typename _T_ >
requires (not std::is_base_of_v<knowCore::Value, _T_>) |
cres_qresult< _T_ > | property (const knowCore::Uri &_property) const |
|
cres_qresult< void > | setProperty (const knowCore::Uri &_property, const knowCore::Value &_value) const |
|
template<typename _T_ >
requires (not std::is_base_of_v<knowCore::Value, _T_>) |
cres_qresult< void > | setProperty (const knowCore::Uri &_property, const _T_ &_value) const |
|
cres_qresult< void > | addPropertyToList (const knowCore::Uri &_property, const knowCore::Value &_value, const Transaction &_transaction=Transaction()) const |
|
cres_qresult< void > | removePropertyFromList (const knowCore::Uri &_property, const knowCore::Value &_value, const Transaction &_transaction=Transaction()) const |
|
cres_qresult< knowCore::ValueList > | propertyList (const knowCore::Uri &_property, const Transaction &_transaction=Transaction()) const |
|
cres_qresult< void > | setPropertyInMap (const knowCore::Uri &_property, const knowCore::Uri &_key, const knowCore::Value &_value, const Transaction &_transaction=Transaction()) const |
|
cres_qresult< knowCore::ValueHash > | propertyMap (const knowCore::Uri &_property, const Transaction &_transaction=Transaction()) const |
|
cres_qresult< knowCore::Value > | propertyMapValue (const knowCore::Uri &_property, const knowCore::Uri &_key, const Transaction &_transaction=Transaction()) const |
|
cres_qresult< QCborMap > | toCborMap () const |
|
◆ addPropertyToList()
template<typename _TDerive_ >
Set the value for the given property
◆ connection()
template<typename _TDerive_ >
◆ exists()
template<typename _TDerive_ >
- Returns
- true if this focus node exists
◆ hasProperty()
template<typename _TDerive_ >
- Returns
- if the given property is set
◆ property() [1/2]
template<typename _TDerive_ >
- Returns
- a value for the given property
◆ property() [2/2]
template<typename _TDerive_ >
template<typename _T_ >
requires (not std::is_base_of_v<
knowCore::Value, _T_>)
- Returns
- a value for the given property
◆ propertyList()
template<typename _TDerive_ >
Get the values for the given list property
◆ propertyMap()
template<typename _TDerive_ >
Get the values for the given map property
◆ propertyMapValue()
template<typename _TDerive_ >
Get the values for one element in the given map property
◆ removePropertyFromList()
template<typename _TDerive_ >
Set the value for the given property
◆ setProperty() [1/2]
template<typename _TDerive_ >
template<typename _T_ >
requires (not std::is_base_of_v<
knowCore::Value, _T_>)
Set the value for the given property
◆ setProperty() [2/2]
template<typename _TDerive_ >
Set the value for the given property
◆ setPropertyInMap()
template<typename _TDerive_ >
Set the value for the given property
◆ toCborMap()
template<typename _TDerive_ >
The documentation for this class was generated from the following file: