.TH "eoUF" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*- .ad l .nh .SH NAME eoUF \- Basic Unary Functor. .PP .SH SYNOPSIS .br .PP \fC#include \fP .PP Inherits \fBeoFunctorBase\fP. .PP Inherited by \fBeoPerf2Worth< Dummy >\fP. .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual \fB~eoUF\fP ()" .br .RI "\fIvirtual dtor here so there is no need to define it in derived classes \fP" .ti -1c .RI "virtual R \fBoperator()\fP (A1)=0" .br .RI "\fIThe pure virtual function that needs to be implemented by the subclass. \fP" .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "\fBeoFunctorBase::unary_function_tag\fP \fBfunctor_category\fP ()" .br .RI "\fItag to identify a procedure in compile time function selection functor_category \fP" .in -1c .SH "Detailed Description" .PP .SS "template class eoUF< A1, R >" Basic Unary Functor. Derive from this class when defining any unary function. First template argument is the first_argument_type, second result_type. Argument and result types can be any type including void for result_type .PP Definition at line 108 of file eoFunctor.h. .SH "Author" .PP Generated automatically by Doxygen for EO from the source code.