BurgerLib
Public Attributes
Burger::FunctionList::FunctionEntry_t Struct Reference
Collaboration diagram for Burger::FunctionList::FunctionEntry_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

FunctionEntry_tm_pNext
 Handle to the next FunctionEntry_t in chain.
Callback m_pProc
 Function to call for this entry.
voidm_pData
 User supplied data pointer to call the function with.

Member Data Documentation

User supplied data pointer to call the function with.

Handle to the next FunctionEntry_t in chain.

Function to call for this entry.