◆ hasProperty()
knowCore::ReturnValue< bool > Stream::hasProperty |
( |
const knowCore::Uri & | _property | ) |
const |
- Returns
- if the given property is set
◆ property()
- Returns
- a value for the given property
◆ setProperty() [1/2]
template<typename _T_ , std::enable_if_t< not std::is_base_of_v<
knowCore::Value, _T_ >, bool > = true>
knowCore::ReturnVoid kDBRobotics::Stream::setProperty |
( |
const knowCore::Uri & | _property, |
|
|
const _T_ & | _value ) const |
|
inline |
Set the value for the given property
◆ setProperty() [2/2]
Set the value for the given property
The documentation for this class was generated from the following files:
- kdb/extensions/kDBRobotics/Stream.h
- kdb/extensions/kDBRobotics/Stream.cpp