EvolvingObjects
eoSTLBF< A1, A2, 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 eoSTLBF< A1, A2, R >:
binary_function

List of all members.

Public Member Functions

 eoSTLBF (eoUF< A1, R > &_f)
operator() (A1 a1, A2 a2)

Private Attributes

eoBF< A1, A2, R > & f

Detailed Description

template<class A1, class A2, class R>
class eoSTLBF< A1, A2, 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 105 of file eoSTLFunctor.h.


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