📄 dictcreate.3
字号:
.TH dictCreate 3 "12 July 2007" "ClearSilver" "util/dict.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEdictCreate - create new dictionary..SH SYNOPSIS.Ss#include <util/dict.h>.Se.SsNEOERR *dictCreate(dictCtx *dict, BOOL threaded, UINT32 root, UINT32 maxLevel, UINT32 flushLimit, BOOL useCase, dictFreeValueFunc freeValue, void *freeRock);.Se.SH ARGUMENTSthreaded - true if list should be thread-safe..brroot - performance parameter (see above)..brmaxLevel - performance parameter (see above)..brflushLimit - max deleted items to keep cached before.brforcing a flush..bruseCase - true to be case sensitive in identifiers.brfreeValue - callback when freeing a value.brfreeRock - context for freeValue callback.SH DESCRIPTIONReturns a dictionary. If <threaded> is true, list ismulti-thread safe. <root>, <maxLevel>, and <flushLimit>act as for skipNewList() (see skiplist.h)MT-Level: Safe..SH "RETURN VALUE"None..SH "SEE ALSO".BR dictDestroy "(3), "dictCleanup "(3), "dictReleaseLock "(3), "dictRemove "(3), "dictNext "(3), "dictCreate "(3), "dictSetValue "(3), "dictModifyValue "(3), "dictSearch
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -