#include <vlpluginmanager.h>
Public Member Functions | |
| SNode (std::string serviceName) | |
| ~SNode () | |
| const std::string & | name () const |
| std::list< PluginNode > * | nodeList () |
Private Attributes | |
| std::list< PluginNode > | m_pluginNodeList |
| A list of PluginNodes which provide the service "m_serviceName". | |
| std::string | m_serviceName |
| Name of the service to which this node corresponds. | |
Definition at line 155 of file vlpluginmanager.h.
|
|
Definition at line 157 of file vlpluginmanager.h. References m_serviceName. |
|
|
Definition at line 161 of file vlpluginmanager.h. |
|
|
Definition at line 164 of file vlpluginmanager.h. References m_serviceName. |
|
|
Definition at line 166 of file vlpluginmanager.h. References m_pluginNodeList. |
|
|
Definition at line 170 of file vlpluginmanager.h. Referenced by nodeList(). |
|
|
Definition at line 173 of file vlpluginmanager.h. |
1.3.3