Public Member Functions | Private Attributes
objectWithCallback Class Reference
Inheritance diagram for objectWithCallback:
Inheritance graph
[legend]
Collaboration diagram for objectWithCallback:
Collaboration graph
[legend]

Public Member Functions

 objectWithCallback (const word &n, callbackRegistry &cbr)
 
virtual const wordname () const
 
- Public Member Functions inherited from callback
 callback (CallbackRegistry< callback > &cbr)
 
 ~callback ()
 
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...
 

Private Attributes

word name_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ objectWithCallback()

objectWithCallback ( const word n,
callbackRegistry cbr 
)
inline

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

Member Function Documentation

◆ name()

virtual const word& name ( ) const
inlinevirtual

Reimplemented from callback.

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

Field Documentation

◆ name_

word name_
private

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


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