GrowNode
|
Macros | |
#define | TAG "gn_leaf_context" |
Typedefs | |
typedef struct CC_HashTable * | gn_leaf_context_handle_int_t |
Functions | |
gn_leaf_context_handle_t | gn_leaf_context_create () |
size_t | gn_leaf_context_size (gn_leaf_context_handle_t context) |
void | gn_leaf_context_destroy (gn_leaf_context_handle_t context) |
void | gn_leaf_context_print (gn_leaf_context_handle_t context) |
char * | gn_leaf_context_get_key_at (gn_leaf_context_handle_t context, size_t index) |
void * | gn_leaf_context_get (gn_leaf_context_handle_t context, char *key) |
void * | gn_leaf_context_set (gn_leaf_context_handle_t context, char *key, void *value) |
void * | gn_leaf_context_delete (gn_leaf_context_handle_t context, char *key) |
#define TAG "gn_leaf_context" |
typedef struct CC_HashTable* gn_leaf_context_handle_int_t |
gn_leaf_context_handle_t gn_leaf_context_create | ( | ) |
void* gn_leaf_context_delete | ( | gn_leaf_context_handle_t | context, |
char * | key | ||
) |
void gn_leaf_context_destroy | ( | gn_leaf_context_handle_t | context | ) |
void* gn_leaf_context_get | ( | gn_leaf_context_handle_t | context, |
char * | key | ||
) |
char* gn_leaf_context_get_key_at | ( | gn_leaf_context_handle_t | context, |
size_t | index | ||
) |
void gn_leaf_context_print | ( | gn_leaf_context_handle_t | context | ) |
void* gn_leaf_context_set | ( | gn_leaf_context_handle_t | context, |
char * | key, | ||
void * | value | ||
) |
size_t gn_leaf_context_size | ( | gn_leaf_context_handle_t | context | ) |