proj home

Files   Classes   Functions   Hierarchy  

partitionF< FN, T > Class Template Reference

Hide the FN type by accessing this class through a partitionspace<T>* pointer. More...

#include <partitionequ.h>

Inheritance diagram for partitionF< FN, T >:
Collaboration diagram for partitionF< FN, T >:

List of all members.

Public Member Functions

 partitionF (FN _fn)
 Bitwise copy of the compiled function.
boolc isInside (T const &w) const
 Forward the work to the compiled function.


Detailed Description

template<typename FN, typename T>
class partitionF< FN, T >

Hide the FN type by accessing this class through a partitionspace<T>* pointer.

Definition at line 225 of file partitionequ.h.


Constructor & Destructor Documentation

template<typename FN , typename T >
partitionF< FN, T >::partitionF ( FN  _fn  )  [inline]

Bitwise copy of the compiled function.

Definition at line 232 of file partitionequ.h.

00233     : fn(_fn) {}


Member Function Documentation

template<typename FN , typename T >
boolc partitionF< FN, T >::isInside ( T const &  w  )  const [inline, virtual]

Forward the work to the compiled function.

Implements partitionspace< T >.

Definition at line 236 of file partitionequ.h.

00237     { return fn.isInside(w); }


The documentation for this class was generated from the following file:

Generated on Fri Mar 4 00:50:08 2011 for Chelton Evans Source by  doxygen 1.5.8