C++ Extensions (cppx) Documentation Internal Version
Main | Namespaces | Classes | NamespaceMembers | ClassMembers | Files

stdxFilter.h Classes and Functions

This is a collection of classes and functions which implement filter function adaptors. Basically this allows a normal function object to call a member function of the objects in a container before executing the function object. This can make it easier to sort a collection of objects by some member.

Compounds

Functions

Detailed Documentation

Function Documentation

template<class F, class R, class C>
Filter< F, R, C > filter R(C::*    p)(),
  fun
[related, inherited]
 

A function to help create Filter objects.

template<class F, class R, class C>
Filter2< F, R, C > filter2 R(C::*    p)(),
  fun
[related, inherited]
 

A function to help create Filter2 objects.

Generated on Mon Aug 15 21:43:09 2005 by Doxygen 1.2.13-20020210 written by Dimitri van Heesch © 1997-2002