Linked list item that contains a chained CallbackManagerXda. More...
Public Attributes | |
| CallbackManagerXda * | m_manager |
| The callback managger. More... | |
| CallbackManagerItem * | m_next |
| The next item in the list or NULL if this is the last item. More... | |
Linked list item that contains a chained CallbackManagerXda.
Definition at line 80 of file callbackmanagerxda.cpp.
| CallbackManagerXda* CallbackManagerItem::m_manager |
The callback managger.
Definition at line 82 of file callbackmanagerxda.cpp.
| CallbackManagerItem* CallbackManagerItem::m_next |
The next item in the list or NULL if this is the last item.
Definition at line 83 of file callbackmanagerxda.cpp.