Public Member Functions
callback Class Reference
Inheritance diagram for callback:
Inheritance graph
[legend]
Collaboration diagram for callback:
Collaboration graph
[legend]

Public Member Functions

 callback (CallbackRegistry< callback > &cbr)
 
 ~callback ()
 
virtual const wordname () const
 
void testCallbackFunction () const
 
- Public Member Functions inherited from Callback< callback >
 Callback (CallbackRegistry< callback > &)
 Construct and register with CallbackRegistry. More...
 
 Callback (const Callback< callback > &)
 Construct as copy. More...
 
virtual ~Callback ()
 Destructor. More...
 
bool checkIn ()
 Register Callback with CallbackRegistry. More...
 
bool checkOut ()
 Check-out Callback from CallbackRegistry. More...
 

Detailed Description

Definition at line 32 of file Test-callback.C.

Constructor & Destructor Documentation

◆ callback()

callback ( CallbackRegistry< callback > &  cbr)
inline

Definition at line 38 of file Test-callback.C.

◆ ~callback()

~callback ( )
inline

Definition at line 43 of file Test-callback.C.

Member Function Documentation

◆ name()

virtual const word& name ( ) const
inlinevirtual

Reimplemented in objectWithCallback.

Definition at line 46 of file Test-callback.C.

References word::null.

◆ testCallbackFunction()

void testCallbackFunction ( ) const
inline

Definition at line 51 of file Test-callback.C.

References Foam::endl(), Foam::Info, and Foam::name().

Here is the call graph for this function:

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