broadcast signalization of participating linked event items
More...
#include <dxd_sync.h>
|
| template<typename return_t = os_result, typename exec_t > |
| return_t | each (exec_t exec) |
| |
| item_t * | pop () |
| | pop item from head
|
| |
| item_t * | pop (item_t *item) |
| | pop item
|
| |
| list & | print () |
| |
| item_t * | push (item_t *item) |
| | push item to head
|
| |
| os_result | signal () |
| |
broadcast signalization of participating linked event items
◆ each()
template<typename item_t = link>
template<typename return_t = os_result, typename exec_t >
◆ pop() [1/2]
template<typename item_t = link>
◆ pop() [2/2]
template<typename item_t >
◆ print()
template<typename item_t >
◆ push()
template<typename item_t >
◆ signal()
The documentation for this class was generated from the following file: