Go to the source code of this file.
◆ _A_CSET_FROM_VOID
#define _A_CSET_FROM_VOID |
( |
|
ptr | ) |
((const asn_anonymous_set_ *)(ptr)) |
◆ _A_SET_FROM_VOID
#define _A_SET_FROM_VOID |
( |
|
ptr | ) |
((asn_anonymous_set_ *)(ptr)) |
◆ A_SET_OF
Value: struct { \
type **array; \
int count; \
int size; \
void (*free)(type *); \
}
Definition at line 17 of file asn_SET_OF.h.
◆ ASN_SET_ADD
#define ASN_SET_ADD |
( |
|
headptr, |
|
|
|
ptr |
|
) |
| asn_set_add((headptr), (ptr)) |
◆ A_SET_OF()
typedef A_SET_OF |
( |
void |
| ) |
|
◆ asn_set_add()
int asn_set_add |
( |
void * |
asn_set_of_x, |
|
|
void * |
ptr |
|
) |
| |
◆ asn_set_del()
void asn_set_del |
( |
void * |
asn_set_of_x, |
|
|
int |
number, |
|
|
int |
_do_free |
|
) |
| |
◆ asn_set_empty()
void asn_set_empty |
( |
void * |
asn_set_of_x | ) |
|