Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

vlPluginManager::SGNode Class Reference

This node corresponds to a service group. More...

#include <vlpluginmanager.h>

List of all members.

Public Member Functions

 SGNode (std::string serviceGroupName)
 ~SGNode ()
const std::string & name () const
std::list< SNode > * nodeList ()

Private Attributes

std::string m_serviceGroupName
 Name of the service group to which this node corresponds.

std::list< SNodem_SNodeList
 A list of SNodes which belong to the service group "m_serviceGroupName".


Detailed Description

It points to a list whose nodes correspond to each service under this service group.

See also:
SNode

Definition at line 183 of file vlpluginmanager.h.


Constructor & Destructor Documentation

vlPluginManager::SGNode::SGNode std::string  serviceGroupName  )  [inline]
 

Definition at line 185 of file vlpluginmanager.h.

References m_serviceGroupName.

vlPluginManager::SGNode::~SGNode  )  [inline]
 

Definition at line 189 of file vlpluginmanager.h.


Member Function Documentation

const std::string& vlPluginManager::SGNode::name  )  const [inline]
 

Definition at line 192 of file vlpluginmanager.h.

References m_serviceGroupName.

std::list<SNode>* vlPluginManager::SGNode::nodeList  )  [inline]
 

Definition at line 194 of file vlpluginmanager.h.

References m_SNodeList.


Member Data Documentation

std::string vlPluginManager::SGNode::m_serviceGroupName [private]
 

Definition at line 198 of file vlpluginmanager.h.

Referenced by name(), and SGNode().

std::list<SNode> vlPluginManager::SGNode::m_SNodeList [private]
 

Definition at line 201 of file vlpluginmanager.h.

Referenced by nodeList().


The documentation for this class was generated from the following file:
Generated on Fri Mar 18 11:33:19 2005 for OpenVL by doxygen 1.3.3