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

Public Member Functions

 callbackRegistry ()
 
 ~callbackRegistry ()
 
void testCallbackFunction () const
 
- Public Member Functions inherited from CallbackRegistry< callback >
 CallbackRegistry ()
 Construct null. More...
 
virtual ~CallbackRegistry ()
 Destructor. More...
 
- Public Member Functions inherited from UIDLList< callback >
 UIDLList ()
 Null construct. More...
 
 UIDLList (callback a)
 Construct given initial T. More...
 
 UIDLList (Istream &is)
 Construct from Istream. More...
 
- Public Member Functions inherited from UILList< DLListBase, callback >
 UILList ()
 Null construct. More...
 
 UILList (T *a)
 Construct given initial T. More...
 
 UILList (const UILList< LListBase, T > &)
 Construct as copy. More...
 
Tfirst ()
 Return the first entry. More...
 
const Tfirst () const
 Return the first entry. More...
 
Tlast ()
 Return the last entry. More...
 
const Tlast () const
 Return the last entry. More...
 
TremoveHead ()
 Remove and return head. More...
 
Tremove (T *p)
 Remove and return element. More...
 
Tremove (iterator &it)
 Remove and return specified by iterator. More...
 
void operator= (const UILList< LListBase, T > &)
 
iterator begin ()
 
const_iterator begin () const
 
const iteratorend ()
 
const const_iteratorend () const
 
const_iterator cbegin () const
 
const const_iteratorcend () const
 
const_reverse_iterator crbegin () const
 
const const_reverse_iteratorcrend () const
 
const_reverse_iterator rbegin () const
 
const const_reverse_iteratorrend () const
 
bool operator== (const UILList< LListBase, T > &) const
 Equality operation on ULists of the same type. More...
 
bool operator!= (const UILList< LListBase, T > &) const
 The opposite of the equality operation. Takes linear time. More...
 

Additional Inherited Members

- Public Types inherited from UILList< DLListBase, callback >
typedef T value_type
 Type of values the DLList contains. More...
 
typedef Treference
 Type that can be used for storing into DLList::value_type. More...
 
typedef label size_type
 The type that can represent the size of a DLList. More...
 
typedef LListBase::iterator LListBase_iterator
 
typedef LListBase::const_iterator LListBase_const_iterator
 
- Data Fields inherited from UILList< DLListBase, callback >
const typedef Tconst_reference
 Type that can be used for storing into constant. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ callbackRegistry()

callbackRegistry ( )
inline

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

◆ ~callbackRegistry()

~callbackRegistry ( )
inline

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

Member Function Documentation

◆ testCallbackFunction()

void testCallbackFunction ( ) const
inline

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

References forAllConstIter().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

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