$search

ecl::NullaryMemberFunction< C, void > Class Template Reference

Specialisation of the unary function object for void member functions without arguments. More...

#include <function_objects.hpp>

Inheritance diagram for ecl::NullaryMemberFunction< C, void >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 NullaryMemberFunction (void(C::*function)())
 Unary function object constructor for void member functions.
void operator() (C &class_object)
 This ensures any children objects are deleted correctly.
virtual ~NullaryMemberFunction ()

Private Attributes

void(C::* member_function )()

Detailed Description

template<typename C>
class ecl::NullaryMemberFunction< C, void >

Specialisation of the unary function object for void member functions without arguments.

Specialisation for a function object from a void member function without arguments (note, the single argument to this unary function object is the class instance itself).

Template Parameters:
C : the member function's class type type.
See also:
ecl::utilities::NullaryMemberFunction, generateFunctionObject, FunctionObjects.

Definition at line 427 of file function_objects.hpp.


Constructor & Destructor Documentation

template<typename C >
ecl::NullaryMemberFunction< C, void >::NullaryMemberFunction ( void(C::*)()  function  )  [inline]

Unary function object constructor for void member functions.

Accepts a void member function without arguments, and builds the function object around it.

Parameters:
function : a void member function.

Definition at line 437 of file function_objects.hpp.

template<typename C >
virtual ecl::NullaryMemberFunction< C, void >::~NullaryMemberFunction (  )  [inline, virtual]

Definition at line 438 of file function_objects.hpp.


Member Function Documentation

template<typename C >
void ecl::NullaryMemberFunction< C, void >::operator() ( C &  class_object  )  [inline, virtual]

This ensures any children objects are deleted correctly.

A unary function object call. Uses the specified class instance to redirect the function call to the void member function.

Parameters:
class_object : the member function's class instance.

Implements ecl::UnaryFunction< C &, void >.

Definition at line 448 of file function_objects.hpp.


Member Data Documentation

template<typename C >
void(C::* ecl::NullaryMemberFunction< C, void >::member_function)() [private]

Definition at line 452 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