abstract graph C library, Cgraph API
uint64_t IDTYPE
unique per main graph ID
Agsubnode_t * node_set_find(node_set_t *self, IDTYPE key)
void node_set_free(node_set_t **self)
size_t node_set_size(const node_set_t *self)
static bool node_set_is_empty(const node_set_t *self)
node_set_t * node_set_new(void)
void node_set_add(node_set_t *self, Agsubnode_t *item)
void node_set_remove(node_set_t *self, IDTYPE item)