Home :: @root classes

class FreeUnaryFunctor

^ 
    extends UnaryFunctor<T> as public

********************************************************************** Represents a standard free function that takes one argument and returns a value of the same type.

Source:
functor.h:51
Author:
Robert C. Duvall
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~FreeUnaryFunctordestructor publicautomatically generated
FreeUnaryFunctorconstructor public Create functor from standard free function
FreeUnaryFunctorconstructor publicautomatically generated
FunctionPtrtypedef publicundocumented
invokemethod public Invoke stored free function
operator =operator publicautomatically generated

destructor ~FreeUnaryFunctor

? ^  > 
automatically generated
Source:
functor.h
Code:
public ~ FreeUnaryFunctor ( )

constructor FreeUnaryFunctor

? ^  < > 
Create functor from standard free function
Source:
functor.h:62
Code:
public FreeUnaryFunctor ( FunctionPtr function ) : myFunction ( function )

constructor FreeUnaryFunctor

? ^  < > 
automatically generated
Source:
functor.h
Code:
public FreeUnaryFunctor ( const FreeUnaryFunctor & )

typedef FunctionPtr

? ^  < > 
undocumented
Source:
functor.h:54
Code:
public typedef T ( * FunctionPtr ) ( T )

method invoke

? ^  < > 
Invoke stored free function
Source:
functor.h:70
Code:
public virtual T invoke ( const T & value )

operator =

? ^  < > 
automatically generated
Source:
functor.h
Code:
public FreeUnaryFunctor & operator = ( const FreeUnaryFunctor & )

Created Thu Oct 10 01:13:43 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.