lqr_vmap_list_start — get the LqrVMapList list attached to an LqrCarver
#include <lqr.h>
LqrVMapList* lqr_vmap_list_start( | LqrCarver* carver); |
The function lqr_vmap_list_start returns the stating point of the
LqrVMapList object associated with the LqrCarver object
pointed to by carver, which is used to keep track of
the LqrVMap objects internally dumped by it.
The returned value is NULL if there are no dumped visibility maps.
The function lqr_vmap_list_current returns
the LqrVMap object corresponding to the current value of the
list parameter, or NULL in case of errors.
Use the functions lqr_vmap_list_current(3) and
lqr_vmap_list_next(3) to access the list element
individually, or the function lqr_vmap_list_foreach(3)
to operate on whole lists.