User Manual, Developers Guide and API Documentation

wns::ArgumentFunctor< Arg, RetVal > Class Template Reference

The base class of the Functor with one argument.

#include <Functor.hpp>

Inheritance diagram for wns::ArgumentFunctor< Arg, RetVal >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual RetVal operator() (Arg) const =0
 The operator to be called to execute the functor.
virtual ~ArgumentFunctor ()


Detailed Description

template<typename Arg, typename RetVal = void>
class wns::ArgumentFunctor< Arg, RetVal >

Definition at line 54 of file Functor.hpp.


Constructor & Destructor Documentation

template<typename Arg, typename RetVal = void>
virtual wns::ArgumentFunctor< Arg, RetVal >::~ArgumentFunctor (  )  [inline, virtual]

Definition at line 64 of file Functor.hpp.


Member Function Documentation

template<typename Arg, typename RetVal = void>
virtual RetVal wns::ArgumentFunctor< Arg, RetVal >::operator() ( Arg   )  const [pure virtual]


The documentation for this class was generated from the following file:

Generated on Sat May 26 03:32:50 2012 for openWNS by  doxygen 1.5.5