add : add graph map and iterator #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kenter7317/frdl-core:matrix-tree"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
requested by @dalmurii
types
struct frdl_map_iter
iterator 2-dimentional pos data configured by x,y
struct frdl_map_range
1-dimentional range data configured by start, end
frdl_map_node
temporal real node object configure struct frdl_map_iter and frdl_map_node_event
frdl_map_node_event
node kinds int data
frdl_map_cfg()
map config function
frdl_map_get_pos_count()
return where is real pos number of event_data array
frdl_map_gen_init_node()
retrun map's first node
frdl_map_gen_node()
return real node object (for expand)
frdl_map_get_next_node_range()
return next_node range
this total structure is formulated for expanding ability and various ability.
Pull request closed