claw::dereference< T > Class Template Reference

#include <functional.hpp>

List of all members.


Detailed Description

template<typename T>
class claw::dereference< T >

Function object that dereferences a pointer.

Template arguments :

Author:
Julien Jorge

Definition at line 277 of file functional.hpp.

Public Member Functions

T & operator() (T *a) const


Member Function Documentation

template<typename T>
T& claw::dereference< T >::operator() ( T *  a  )  const [inline]

Definition at line 280 of file functional.hpp.

00281     {
00282       return *a;
00283     }


The documentation for this class was generated from the following file:
Generated on Mon Nov 9 05:07:10 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.4.7