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

simth::ControlInterfaceT< T > Class Template Reference

Abstract base class of control interfaces used to wrap functions that takes one argument. More...

#include <controlinterface.h>

Inheritance diagram for simth::ControlInterfaceT< T >:

simth::ControlInterface simth::ControlInterfaceTD< T, D > List of all members.

Public Member Functions

virtual void callFunc (T newValue)=0

Detailed Description

template<class T>
class simth::ControlInterfaceT< T >

Abstract base class of control interfaces used to wrap functions that takes one argument.

The template argument T specifies the argument type of the wrapped function.


Member Function Documentation

template<class T>
virtual void simth::ControlInterfaceT< T >::callFunc newValue  )  [pure virtual]
 

This function should invoke the function that is wrapped by this control interface.

Parameters:
newValue is taken as argument of the wrapped function

Implemented in simth::ControlInterfaceTD< T, D >.


Generated on Mon Apr 24 21:19:19 2006 for simthetic by  doxygen 1.4.1