| Home :: @root | classes |
class FreeUnaryFunctor | ^ |
********************************************************************** 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 | ^ |
Entity Inherited From Type Scope Short Description ~FreeUnaryFunctor destructor public automatically generated FreeUnaryFunctor constructor public Create functor from standard free function FreeUnaryFunctor constructor public automatically generated FunctionPtr typedef public undocumented invoke method public Invoke stored free function operator = operator public automatically 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.