XWOS API
4.0
XWOS C/C++ API参考手册
|
XWOS通用库:键值对容器 更多...
函数 | |
xwer_t | xwlib_map_insert (struct xwlib_map *map, struct xwlib_map_container *newmc) |
插入键值对容器 | |
xwer_t | xwlib_map_erase (struct xwlib_map *map, struct xwlib_map_container *mc) |
删除键值对容器 | |
xwer_t | xwlib_map_find (struct xwlib_map *map, void *key, struct xwlib_map_container **mcbuf) |
根据 键值 查找容器 | |
XWOS通用库:键值对容器
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
在文件 map.c 中定义.