OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | List of all members
ObjectFunction Struct Referenceabstract

Abstract base class for functor objects whose argument is an Object. More...

#include <ObjectFunction.h>

Inheritance diagram for ObjectFunction:
Inheritance graph
[legend]

Public Member Functions

virtual ~ObjectFunction ()
 
virtual void operator() (Object *) const =0
 The function to be executed. More...
 

Detailed Description

Abstract base class for functor objects whose argument is an Object.

Definition at line 33 of file ObjectFunction.h.

Constructor & Destructor Documentation

ObjectFunction::~ObjectFunction ( )
virtual

Definition at line 25 of file ObjectFunction.cpp.

Member Function Documentation

virtual void ObjectFunction::operator() ( Object ) const
pure virtual

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