Iterater used to iterate flags of a HInkList.
More...
#include <inkcpp.h>
|
|
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.
- See also
- ink_list_flags() ink_list_flags_from()
if (ink_list_flags(list, &iter)) {
do {
}
Iterater used to iterate flags of a HInkList.
Definition inkcpp.h:127
const char * list_name
name of the list the flag corresponds to
Definition inkcpp.h:132
int ink_list_iter_next(InkListIter *self)
const char * flag_name
Name of the current flag.
Definition inkcpp.h:131
◆ ink_list_iter_next()
- Return values
-
| 0 | if the there is no next element |
| 1 | if a new flag can be found in iter.flag_name |
The documentation for this struct was generated from the following file: