proj home

Files   Classes   Functions   Hierarchy  

fnobj0constT< T, A0 > Class Template Reference

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

#include <fnobjT.h>

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

List of all members.

Public Member Functions

 fnobj0constT (T obj_)
A0 operator() () const

Public Attributes

T obj


Detailed Description

template<class T, class A0>
class fnobj0constT< T, A0 >

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

Definition at line 34 of file fnobjT.h.


Constructor & Destructor Documentation

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

Definition at line 40 of file fnobjT.h.

00040 : obj(obj_) {} 


Member Function Documentation

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

Implements fnobj0const< A0 >.

Definition at line 42 of file fnobjT.h.

References fnobj0constT< T, A0 >::obj.

00042 { obj(); }


Member Data Documentation

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

Definition at line 38 of file fnobjT.h.

Referenced by fnobj0constT< 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