inkcpp
Loading...
Searching...
No Matches
HInkList Class Reference

Handler for a ink list. More...

#include <inkcpp.h>

Public Member Functions

int ink_list_flags (const HInkList *self, InkListIter *iter)
 Creates an Iterator over all flags contained in a list.
 
int ink_list_flags_from (const HInkList *self, const char *list_name, InkListIter *iter)
 Creates an Iterator over all flags contained in a list assziated with a defined list.
 

Detailed Description

Handler for a ink list.

Member Function Documentation

◆ ink_list_flags()

int ink_list_flags ( const HInkList * self,
InkListIter * iter )

Creates an Iterator over all flags contained in a list.

See also
InkListIter for a usage example
Return values
0if the list contains no flags and the iterator would be invalid

◆ ink_list_flags_from()

int ink_list_flags_from ( const HInkList * self,
const char * list_name,
InkListIter * iter )

Creates an Iterator over all flags contained in a list assziated with a defined list.

See also
InkListIter for a usage example
Parameters
self
list_namename of defined list which elements should be filterd
[out]iterconstructed iterator
Return values
0if the list contains no flags and the iterator would be invalid

The documentation for this class was generated from the following file: