|
inkcpp
|
Iterater used to iterate flags of a HInkList. More...
#include <inkcpp.h>
Public Member Functions | |
| int | ink_list_iter_next (InkListIter *self) |
Public Attributes | |
| const char * | flag_name |
| Name of the current flag. | |
| const char * | list_name |
| name of the list the flag corresponds to | |
Iterater used to iterate flags of a HInkList.
| int ink_list_iter_next | ( | InkListIter * | self | ) |
| 0 | if the there is no next element |
| 1 | if a new flag can be found in iter.flag_name |