FreeNOS
Public Member Functions
CallbackFunction Class Referenceabstract

Represents a callback function. More...

#include <Callback.h>

Inheritance diagram for CallbackFunction:
Callback< Base, ParamType > Callback< MemoryContext, Address >

Public Member Functions

virtual void execute (void *parameter)=0
 Execute the callback. More...
 

Detailed Description

Represents a callback function.

Definition at line 34 of file Callback.h.

Member Function Documentation

◆ execute()

virtual void CallbackFunction::execute ( void *  parameter)
pure virtual

Execute the callback.

Parameters
parameterOptional parameter to pass to the function

Implemented in Callback< Base, ParamType >, and Callback< MemoryContext, Address >.

Referenced by SplitAllocator::allocateSparse(), and ChannelClient::processResponse().


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