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


Public Member Functions | |
| Constant (const pyconfig::View &config) | |
| Constant (const std::string &key, int value_) | |
Protected Attributes | |
| const std::string | key_ |
| const int | value_ |
Private Member Functions | |
| virtual void | doVisit (IContext &) const |
Definition at line 144 of file ContextProvider.hpp.
| Constant::Constant | ( | const std::string & | key, | |
| int | value_ | |||
| ) |
Definition at line 39 of file ContextProvider.cpp.
| Constant::Constant | ( | const pyconfig::View & | config | ) | [explicit] |
Definition at line 45 of file ContextProvider.cpp.
| void Constant::doVisit | ( | IContext & | c | ) | const [private, virtual] |
const std::string wns::probe::bus::contextprovider::Constant::key_ [protected] |
Definition at line 154 of file ContextProvider.hpp.
const int wns::probe::bus::contextprovider::Constant::value_ [protected] |
Definition at line 155 of file ContextProvider.hpp.
1.5.5