proj home

Files   Classes   Functions   Hierarchy  

fnobj0T< T, A0 > Class Template Reference

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

#include <fnobjT.h>

Inheritance diagram for fnobj0T< T, A0 >:
Collaboration diagram for fnobj0T< T, A0 >:

List of all members.

Public Member Functions

 fnobj0T (T obj_)
A0 operator() ()

Public Attributes

T obj


Detailed Description

template<class T, class A0>
class fnobj0T< T, A0 >

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

Definition at line 19 of file fnobjT.h.


Constructor & Destructor Documentation

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

Definition at line 25 of file fnobjT.h.

00025 : obj(obj_) {} 


Member Function Documentation

template<class T, class A0>
A0 fnobj0T< T, A0 >::operator() (  )  [inline, virtual]

Implements fnobj0< A0 >.

Definition at line 27 of file fnobjT.h.

References fnobj0T< T, A0 >::obj.

00027 { obj(); }


Member Data Documentation

template<class T, class A0>
T fnobj0T< T, A0 >::obj

Definition at line 23 of file fnobjT.h.

Referenced by fnobj0T< T, A0 >::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