unary_fastcall_function_pointer Struct Template Reference
[Functional Library]

#include <stlsoft/functional/function_pointer_adaptors.hpp>

List of all members.


Detailed Description

template<typename R, typename A>
struct stlsoft::unary_fastcall_function_pointer< R, A >

A unary function adaptor for pointers to functions with FastCall (__fastcall) calling convention.

Public Types

typedef R return_type
typedef A argument_type
typedef return_type(__fastcall * function_type )(argument_type)

Public Member Functions

 unary_fastcall_function_pointer (function_type func)
return_type operator() (argument_type arg) const

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

Generated on Thu Jun 10 08:58:46 2010 for STLSoft by  doxygen 1.5.6