Public Member Functions | Private Attributes
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 238 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 249 of file function_objects.hpp.

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

Definition at line 251 of file function_objects.hpp.


Member Function Documentation

template<typename A >
void ecl::UnaryFreeFunction< A, void >::operator() ( 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 259 of file function_objects.hpp.


Member Data Documentation

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

Definition at line 262 of file function_objects.hpp.


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


ecl_utilities
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:35