![]() |
no-OS
|
Structure storing the list and function wrapper for usual list types. More...
#include <no_os_list.h>
Public Attributes | |
| f_add | push |
| f_get | pop |
| f_read | top_next |
| f_read | back |
| f_edit | swap |
| void * | priv_desc |
Structure storing the list and function wrapper for usual list types.
With this structure the funtionalities of usual list types ( no_os_adapter_type ) can be accesed with the functions referenced in this structure. For example:
| f_read no_os_list_desc::back |
Refer to no_os_adapter_type
| f_get no_os_list_desc::pop |
Refer to no_os_adapter_type
| void* no_os_list_desc::priv_desc |
Structure storing the list internal parameters
| f_add no_os_list_desc::push |
Refer to no_os_adapter_type
| f_edit no_os_list_desc::swap |
Refer to no_os_adapter_type
| f_read no_os_list_desc::top_next |
Refer to no_os_adapter_type