| 
| 
  | Stream (const Stream &_rhs) | 
|   | 
| 
Stream &  | operator= (const Stream &_rhs) | 
|   | 
| 
cres_qresult< QString >  | identifier () const | 
|   | 
| 
cres_qresult< knowCore::Uri >  | datatype () const | 
|   | 
| 
cres_qresult< knowCore::Uri >  | contentType () const | 
|   | 
| 
Stream &  | operator= (const Stream &_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 | 
|   | 
| cres_qresult< _T_ >  | property (const knowCore::Uri &_property) const | 
|   | 
| cres_qresult< void >  | setProperty (const knowCore::Uri &_property, const knowCore::Value &_value) const | 
|   | 
| 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 | 
|   |