180 cx_attr_export |
180 cx_attr_export |
181 int cx_kv_list_set_key(CxList *list, size_t index, CxHashKey key); |
181 int cx_kv_list_set_key(CxList *list, size_t index, CxHashKey key); |
182 |
182 |
183 cx_attr_nonnull |
183 cx_attr_nonnull |
184 cx_attr_export |
184 cx_attr_export |
185 int cx_kv_list_remove_key(CxList *list, size_t index, CxHashKey key); |
|
186 |
|
187 cx_attr_nonnull |
|
188 cx_attr_export |
|
189 int cx_kv_list_insert(CxList *list, size_t index, CxHashKey key, void *value); |
185 int cx_kv_list_insert(CxList *list, size_t index, CxHashKey key, void *value); |
190 |
186 |
191 // Generic Functions |
187 // Generic Functions |
192 #ifdef __cplusplus |
188 #ifdef __cplusplus |
193 } // extern "C" |
189 } // extern "C" |