dxd - dynax driver framework 2.1.0d58
cross platform open source driver development framework
Loading...
Searching...
No Matches
dxd::linked::list< item_t > Class Template Reference

lock free singly linked list More...

#include <dxd_sync.h>

+ Inheritance diagram for dxd::linked::list< item_t >:
+ Collaboration diagram for dxd::linked::list< item_t >:

Public Member Functions

template<typename return_t = os_result, typename exec_t >
return_t each (exec_t exec)
 
 list ()
 
item_t * pop ()
 pop item from head
 
listprint ()
 
item_t * push (item_t *item)
 push item to head
 

Detailed Description

template<typename item_t = link>
class dxd::linked::list< item_t >

lock free singly linked list

Constructor & Destructor Documentation

◆ list()

template<typename item_t = link>
dxd::linked::list< item_t >::list ( )
inline

Member Function Documentation

◆ each()

template<typename item_t = link>
template<typename return_t = os_result, typename exec_t >
return_t dxd::linked::list< item_t >::each ( exec_t exec)
inline

◆ pop()

template<typename item_t = link>
item_t * dxd::linked::list< item_t >::pop ( )
inline

pop item from head

+ Here is the caller graph for this function:

◆ print()

template<typename item_t = link>
list & dxd::linked::list< item_t >::print ( )
inline

◆ push()

template<typename item_t = link>
item_t * dxd::linked::list< item_t >::push ( item_t * item)
inline

push item to head

+ Here is the caller graph for this function:

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

(c) copyright 2009 dynamic acoustics e.U. generated on Sun Apr 14 2024

a closed source license may be obtained by requesting a written permission from dynamic acoustics e.U.
however - governmental use generally and military use especially is strictly prohibited though.