#include <dds_intercom.h>
|
| typedef boost::signals2::signal< void(const std::string &, const std::string &, const std::string &)> | signal_t |
| |
| typedef boost::signals2::signal< void(const std::string &, const std::string &)> | deleteSignal_t |
| |
◆ deleteSignal_t
◆ signal_t
◆ CKeyValue()
◆ ~CKeyValue()
| CKeyValue::~CKeyValue |
( |
| ) |
|
◆ putValue()
| void CKeyValue::putValue |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
◆ subscribe()
| void CKeyValue::subscribe |
( |
signal_t::slot_function_type |
_subscriber | ) |
|
◆ subscribeOnDelete()
| void CKeyValue::subscribeOnDelete |
( |
deleteSignal_t::slot_function_type |
_subscriber | ) |
|
◆ unsubscribe()
| void CKeyValue::unsubscribe |
( |
| ) |
|
◆ m_service
Reference to intercom service. Internally we don't use this object. We store the reference in order to keep the relation between CKeyValue and CIntercomService.
The documentation for this class was generated from the following files: