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


Public Member Functions | |
| Container (IContextProvider *p) | |
| virtual void | visit (IContext &context, const wns::osi::PDUPtr &pdu) const |
| when visisted through this interface, ContextProviders may add information into the context Object and use the provided PDU to determine the context | |
| virtual void | visit (IContext &context) const |
| when visisted through this interface, ContextProviders may add information into the context Object | |
Private Attributes | |
| IContextProvider * | provider |
Definition at line 198 of file ContextProvider.hpp.
| wns::probe::bus::contextprovider::Container::Container | ( | IContextProvider * | p | ) | [inline] |
Definition at line 203 of file ContextProvider.hpp.
| virtual void wns::probe::bus::contextprovider::Container::visit | ( | IContext & | , | |
| const wns::osi::PDUPtr & | ||||
| ) | const [inline, virtual] |
| virtual void wns::probe::bus::contextprovider::Container::visit | ( | IContext & | ) | const [inline, virtual] |
Definition at line 201 of file ContextProvider.hpp.
1.5.5