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


Public Member Functions | |
| template<typename LAYERTYPE> | |
| LAYERTYPE | getLayer () const |
| getLayer with templated casting of the layertype | |
| virtual wns::ldk::ILayer * | getLayer () const |
| ManagementServiceRegistry (wns::ldk::ILayer *_layer) | |
| void | onMSRCreated () |
| Inform all registered ManagementServices about the creation of the MSR. | |
Private Attributes | |
| wns::ldk::ILayer * | layer |
Definition at line 45 of file ManagementServiceInterface.hpp.
| wns::ldk::ManagementServiceRegistry::ManagementServiceRegistry | ( | wns::ldk::ILayer * | _layer | ) | [inline] |
Definition at line 49 of file ManagementServiceInterface.hpp.
| LAYERTYPE wns::ldk::ManagementServiceRegistry::getLayer | ( | ) | const [inline] |
Definition at line 60 of file ManagementServiceInterface.hpp.
| virtual wns::ldk::ILayer* wns::ldk::ManagementServiceRegistry::getLayer | ( | ) | const [inline, virtual] |
Definition at line 53 of file ManagementServiceInterface.hpp.
| void ManagementServiceRegistry::onMSRCreated | ( | ) |
Definition at line 32 of file ManagementServiceInterface.cpp.
Definition at line 76 of file ManagementServiceInterface.hpp.
1.5.5