libamxc  1.10.3
C Generic Data Containers
_flag Struct Reference

The flag structure. More...

#include <amxc_set.h>

Collaboration diagram for _flag:

Data Fields

amxc_llist_it_t it
 
char * flag
 
uint32_t count
 

Detailed Description

The flag structure.

Flags can be added to a set.

Definition at line 118 of file amxc_set.h.

Field Documentation

◆ count

uint32_t _flag::count

Only used for counted sets

Definition at line 121 of file amxc_set.h.

◆ flag

char* _flag::flag

The flag value, this can be any arbitrary string

Definition at line 120 of file amxc_set.h.

◆ it

amxc_llist_it_t _flag::it

Linked list iterator used to store the flag in the linked list

Definition at line 119 of file amxc_set.h.


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