no-OS
Public Attributes | List of all members
no_os_list_desc Struct Reference

Structure storing the list and function wrapper for usual list types. More...

#include <no_os_list.h>

Collaboration diagram for no_os_list_desc:
Collaboration graph
[legend]

Public Attributes

f_add push
 
f_get pop
 
f_read top_next
 
f_read back
 
f_edit swap
 
void * priv_desc
 

Detailed Description

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:

my_queue->push(my_queue, my_data);

Member Data Documentation

◆ back

f_read no_os_list_desc::back

◆ pop

f_get no_os_list_desc::pop

◆ priv_desc

void* no_os_list_desc::priv_desc

Structure storing the list internal parameters

◆ push

f_add no_os_list_desc::push

◆ swap

f_edit no_os_list_desc::swap

◆ top_next

f_read no_os_list_desc::top_next

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