Navigation

Operators and Keywords

Function List:

C++ API

functor< RT, PT > Class Template Reference

#include <functor.h>

List of all members.


Public Member Functions

 functor (fcn_ptr_type p)
RT operator() (PT arg)

template<typename RT, typename PT>
class functor< RT, PT >


Constructor & Destructor Documentation

template<typename RT , typename PT >
functor< RT, PT >::functor ( fcn_ptr_type  p  )  [inline]


Member Function Documentation

template<typename RT , typename PT >
RT functor< RT, PT >::operator() ( PT  arg  )  [inline]


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