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


Public Member Functions | |
| bool | knows (const std::string &key) |
| void | setContext (const std::string &key, int value) |
| void | updateContext (const std::string &key, int value) |
Private Types | |
| typedef wns::container::Registry < std::string, int > ::const_iterator | ContextIterator |
Private Member Functions | |
| virtual void | doVisit (wns::probe::bus::IContext &) const |
| Implementation of ContextProvider Interface. | |
Private Attributes | |
| wns::container::Registry < std::string, int > | myContextInfo |
| storage for context | |
Definition at line 220 of file Layer2.hpp.
typedef wns::container::Registry<std::string, int>::const_iterator dll::Layer2::ContextAgent::ContextIterator [private] |
Definition at line 227 of file Layer2.hpp.
| void Layer2::ContextAgent::doVisit | ( | wns::probe::bus::IContext & | context | ) | const [private, virtual] |
| bool dll::Layer2::ContextAgent::knows | ( | const std::string & | key | ) | [inline] |
Definition at line 241 of file Layer2.hpp.
| void dll::Layer2::ContextAgent::setContext | ( | const std::string & | key, | |
| int | value | |||
| ) | [inline] |
Definition at line 236 of file Layer2.hpp.
| void dll::Layer2::ContextAgent::updateContext | ( | const std::string & | key, | |
| int | value | |||
| ) | [inline] |
Definition at line 230 of file Layer2.hpp.
wns::container::Registry<std::string, int> dll::Layer2::ContextAgent::myContextInfo [private] |
Definition at line 226 of file Layer2.hpp.
1.5.5