![]() |
User Manual, Developers Guide and API Documentation |
![]() |


Public Member Functions | |
| ProviderWrapper (T t) | |
| virtual void | visit (IContext &context) const |
| when visisted through this interface, ContextProviders may add information into the context Object | |
| 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 | |
Private Member Functions | |
| virtual IProviderWrapper * | clone () const |
Private Attributes | |
| T | wrapee_ |
Definition at line 64 of file ContextProviderCollection.hpp.
| wns::probe::bus::ContextProviderCollection::ProviderWrapper< T >::ProviderWrapper | ( | T | t | ) | [inline, explicit] |
Definition at line 76 of file ContextProviderCollection.hpp.
| virtual IProviderWrapper* wns::probe::bus::ContextProviderCollection::ProviderWrapper< T >::clone | ( | ) | const [inline, private, virtual] |
Implements wns::probe::bus::ContextProviderCollection::IProviderWrapper.
Definition at line 70 of file ContextProviderCollection.hpp.
| virtual void wns::probe::bus::ContextProviderCollection::ProviderWrapper< T >::visit | ( | IContext & | ) | const [inline, virtual] |
Implements wns::probe::bus::IContextProvider.
Definition at line 85 of file ContextProviderCollection.hpp.
| virtual void wns::probe::bus::ContextProviderCollection::ProviderWrapper< T >::visit | ( | IContext & | , | |
| const wns::osi::PDUPtr & | ||||
| ) | const [inline, virtual] |
Implements wns::probe::bus::IContextProvider.
Definition at line 79 of file ContextProviderCollection.hpp.
T wns::probe::bus::ContextProviderCollection::ProviderWrapper< T >::wrapee_ [private] |
Definition at line 67 of file ContextProviderCollection.hpp.
1.5.5