proj home

Files   Classes   Functions   Hierarchy  

fnobj1constT< T, A0, A1 > Class Template Reference

Pass functional objects around with A0 ()(A1) const signature. More...

#include <fnobjT.h>

Inheritance diagram for fnobj1constT< T, A0, A1 >:
Collaboration diagram for fnobj1constT< T, A0, A1 >:

List of all members.

Public Member Functions

 fnobj1constT (T obj_)
A0 operator() (A1 a1) const

Public Attributes

T obj


Detailed Description

template<class T, class A0, class A1>
class fnobj1constT< T, A0, A1 >

Pass functional objects around with A0 ()(A1) const signature.

Definition at line 65 of file fnobjT.h.


Constructor & Destructor Documentation

template<class T , class A0 , class A1 >
fnobj1constT< T, A0, A1 >::fnobj1constT ( T  obj_  )  [inline]

Definition at line 71 of file fnobjT.h.

00071 : obj(obj_) {} 


Member Function Documentation

template<class T , class A0 , class A1 >
A0 fnobj1constT< T, A0, A1 >::operator() ( A1  a1  )  const [inline, virtual]

Implements fnobj1const< A0, A1 >.

Definition at line 73 of file fnobjT.h.

References fnobj1constT< T, A0, A1 >::obj.

00073 { obj(a1); }


Member Data Documentation

template<class T , class A0 , class A1 >
T fnobj1constT< T, A0, A1 >::obj

Definition at line 69 of file fnobjT.h.

Referenced by fnobj1constT< T, A0, A1 >::operator()().


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

Generated on Fri Mar 4 00:49:56 2011 for Chelton Evans Source by  doxygen 1.5.8