$search

ecl::UnaryFreeFunction< A, void > Class Template Reference

Specialisations for free unary functions with no return type. More...

#include <function_objects.hpp>

Inheritance diagram for ecl::UnaryFreeFunction< A, void >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void operator() (A a)
 This ensures any children objects are deleted correctly.
 UnaryFreeFunction (void(*function)(A))
 Unary function object constructor for global/static unary functions with no return type.
virtual ~UnaryFreeFunction ()

Private Attributes

void(* free_function )(A)

Detailed Description

template<typename A>
class ecl::UnaryFreeFunction< A, void >

Specialisations for free unary functions with no return type.

Specialisations for free unary functions with no return type.

Template Parameters:
A : the argument type.
See also:
ecl::utilities::UnaryFreeFunction, generateFunctionObject, FunctionObjects.

Definition at line 233 of file function_objects.hpp.


Constructor & Destructor Documentation

template<typename A >
ecl::UnaryFreeFunction< A, void >::UnaryFreeFunction ( void(*)(A function  )  [inline]

Unary function object constructor for global/static unary functions with no return type.

Accepts a void global/static function with a single argument and builds the function object around it.

Parameters:
function : a global/static function with a single argument.

Definition at line 244 of file function_objects.hpp.

template<typename A >
virtual ecl::UnaryFreeFunction< A, void >::~UnaryFreeFunction (  )  [inline, virtual]

Definition at line 246 of file function_objects.hpp.


Member Function Documentation

template<typename A >
void ecl::UnaryFreeFunction< A, void >::operator() ( A  a  )  [inline, virtual]

This ensures any children objects are deleted correctly.

A unary function object call. Redirects the unary function object call to the composited void global/static function.

Returns:
R : the function's return value.

Implements ecl::UnaryFunction< A, void >.

Definition at line 254 of file function_objects.hpp.


Member Data Documentation

template<typename A >
void(* ecl::UnaryFreeFunction< A, void >::free_function)(A) [private]

Definition at line 257 of file function_objects.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


ecl_utilities
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Fri Mar 1 15:21:00 2013