design_pattern_for_c
V 1.00
|
design pattern libraries utility API More...
#include "dp_util.h"
Go to the source code of this file.
Functions | |
void | dputil_lock (void *handle) |
lock More... | |
void | dputil_unlock (void *handle) |
unlock More... | |
void | dputil_list_push (DPUtilList this, DPUtilListData data) |
list push More... | |
void | dputil_list_insert (DPUtilList this, DPUtilListData prev, DPUtilListData data) |
list insert to point More... | |
void | dputil_list_pull (DPUtilList this, DPUtilListData data) |
list pull More... | |
DPUtilListData | dputil_list_pop (DPUtilList this) |
list pop More... | |
design pattern libraries utility API
Definition in file dp_util.c.
void dputil_list_insert | ( | DPUtilList | this, |
DPUtilListData | prev, | ||
DPUtilListData | data | ||
) |
DPUtilListData dputil_list_pop | ( | DPUtilList | this | ) |
void dputil_list_pull | ( | DPUtilList | this, |
DPUtilListData | data | ||
) |
void dputil_list_push | ( | DPUtilList | this, |
DPUtilListData | data | ||
) |