OMK::Iii::ConnectorCreatorT< T > Class Template Reference
[Interactive object]

Connector creator class to be parametrized by the descendants of IConnector. More...

#include <OMKIConnectors.h>

Inheritance diagram for OMK::Iii::ConnectorCreatorT< T >:

Inheritance graph
[legend]
Collaboration diagram for OMK::Iii::ConnectorCreatorT< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

IConnectoroperator() (const Name &id, const Name &attributeId, InteractiveExtension *extension, const ConfigurationParameterDescriptor *node) const

Detailed Description

template<class T>
class OMK::Iii::ConnectorCreatorT< T >

Connector creator class to be parametrized by the descendants of IConnector.

Date:
2007-03-27
Author:
Benoît Chanclou

Definition at line 223 of file OMKIConnectors.h.


Member Function Documentation

template<class T>
IConnector* OMK::Iii::ConnectorCreatorT< T >::operator() ( const Name id,
const Name attributeId,
InteractiveExtension extension,
const ConfigurationParameterDescriptor node 
) const [inline, virtual]

Reimplemented from OMK::Iii::ConnectorCreator.

Definition at line 226 of file OMKIConnectors.h.

00230         {
00231                 return new T( id, attributeId, extension, node ) ;
00232         }


logo OpenMask

Documentation generated on Mon Jun 9 11:46:04 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007