seal::UnaryFunction< ArgType, RetType > Class Template Reference

#include <functor.h>

List of all members.

Public Member Functions

virtual RetType operator() (ArgType t)=0


Detailed Description

template<typename ArgType, typename RetType>
class seal::UnaryFunction< ArgType, RetType >

An abstract base class which encapsulates a unary function object. Unary function here means that the function object instance takes a single argument.

Member Function Documentation

template<typename ArgType, typename RetType>
virtual RetType seal::UnaryFunction< ArgType, RetType >::operator() ( ArgType  t  )  [pure virtual]

Derived classes should define this function explicitly.


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

Generated on Sat May 16 21:35:20 2009 for SEAL by  doxygen 1.5.5