| 
    libamxc
    1.10.3
    
   C Generic Data Containers 
   | 
 
The flag structure. More...
#include <amxc_set.h>

Data Fields | |
| amxc_llist_it_t | it | 
| char * | flag | 
| uint32_t | count | 
| uint32_t _flag::count | 
Only used for counted sets
Definition at line 121 of file amxc_set.h.
| char* _flag::flag | 
The flag value, this can be any arbitrary string
Definition at line 120 of file amxc_set.h.
| 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.