![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <Listener.hpp>


Public Member Functions | |
| const std::string & | getKey () const |
| OneLiner (const std::string &key) | |
| virtual void | set (const std::string &value) |
Private Member Functions | |
| virtual void | doVisit (wns::probe::bus::IContext &c) const |
Private Attributes | |
| std::string | key_ |
| bool | newValue_ |
| std::string | value_ |
Definition at line 41 of file Listener.hpp.
| constanze::OneLiner::OneLiner | ( | const std::string & | key | ) | [inline] |
Definition at line 48 of file Listener.hpp.
| virtual void constanze::OneLiner::doVisit | ( | wns::probe::bus::IContext & | c | ) | const [inline, private, virtual] |
| const std::string& constanze::OneLiner::getKey | ( | ) | const [inline] |
Definition at line 58 of file Listener.hpp.
| virtual void constanze::OneLiner::set | ( | const std::string & | value | ) | [inline, virtual] |
Definition at line 51 of file Listener.hpp.
std::string constanze::OneLiner::key_ [private] |
Definition at line 44 of file Listener.hpp.
bool constanze::OneLiner::newValue_ [mutable, private] |
Definition at line 46 of file Listener.hpp.
std::string constanze::OneLiner::value_ [private] |
Definition at line 45 of file Listener.hpp.
1.5.5