FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

CallbackRegistry< CallbackType > Class Template Reference

Base class with which callbacks are registered. More...

#include <OpenFOAM/CallbackRegistry.H>


Detailed Description

template<class CallbackType>
class Foam::CallbackRegistry< CallbackType >

Base class with which callbacks are registered.

Derive from this class and extend by adding the appropriate callback functions that loop and call the callback functions for each entry.

Source files

Definition at line 67 of file CallbackRegistry.H.

Inheritance diagram for CallbackRegistry< CallbackType >:
Collaboration diagram for CallbackRegistry< CallbackType >:

List of all members.

Public Member Functions

 CallbackRegistry ()
 Construct null.
virtual  ~CallbackRegistry ()

Constructor & Destructor Documentation

Construct null.

Definition at line 31 of file CallbackRegistry.C.

~CallbackRegistry (  ) [virtual]

Definition at line 41 of file CallbackRegistry.C.

References forAllIter.


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