CppNoddy  0.92
All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Modules Pages
Classes | Namespaces
Functors.h File Reference

Some Function Objects that CppNoddy makes use of in algorithms applied to STL containers. More...

#include <cmath>

Go to the source code of this file.

Classes

class  CppNoddy::abs_predicate< _Type >
 A function object predicate that compares the absolute value of two elements and returns a true of elt1 < elt2. More...
 
class  CppNoddy::absDiff_predicate< _Type >
 A function object predicate that first computes the absolute difference between two elements and a specified value, then compares these two resulting values. More...
 
class  CppNoddy::absAdd_functor< _Type >
 A function object used to accumulate the absolute value of a container. More...
 
class  CppNoddy::absSquareAdd_functor< _Type >
 A function object used to accumulate the square of the absolute value of a container. More...
 
class  CppNoddy::scale_functor< _containerType, _valueType >
 A unary pure function object that scales through multiplication. More...
 

Namespaces

namespace  CppNoddy
 A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics.
 

Detailed Description

Some Function Objects that CppNoddy makes use of in algorithms applied to STL containers.

Definition in file Functors.h.

© 2012

R.E. Hewitt