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

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

Definition at line 443 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 453 of file function_objects.hpp.


Member Data Documentation

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

Definition at line 457 of file function_objects.hpp.


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


ecl_utilities
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:21:39