EvolvingObjects
eoSTLUF< A1, R > Class Template Reference

Generic set of classes that wrap an eoF, eoUF or eoBF so that they have the copy semantics the STL functions usually require (i.e. More...

#include <eoSTLFunctor.h>

Inheritance diagram for eoSTLUF< A1, R >:
unary_function

List of all members.

Public Member Functions

 eoSTLUF (eoUF< A1, R > &_f)
operator() (A1 a)

Private Attributes

eoUF< A1, R > & f

Detailed Description

template<class A1, class R>
class eoSTLUF< A1, R >

Generic set of classes that wrap an eoF, eoUF or eoBF so that they have the copy semantics the STL functions usually require (i.e.

they can be passed by value, rather than the EO standard pass by reference).

The family consists of eoSTLF, eoSTLUF, eoSTLBF that modify eoF, eoUF and eoBF respectively

Definition at line 82 of file eoSTLFunctor.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends