#include <etsi_its_cpm_ts_coding/asn_internal.h>
#include <etsi_its_cpm_ts_coding/asn_SET_OF.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
int | asn_set_add (void *asn_set_of_x, void *ptr) |
void | asn_set_del (void *asn_set_of_x, int number, int _do_free) |
void | asn_set_empty (void *asn_set_of_x) |
int asn_set_add | ( | void * | asn_set_of_x, |
void * | ptr | ||
) |
Definition at line 13 of file asn_SET_OF.c.
void asn_set_del | ( | void * | asn_set_of_x, |
int | number, | ||
int | _do_free | ||
) |
Definition at line 43 of file asn_SET_OF.c.
void asn_set_empty | ( | void * | asn_set_of_x | ) |
Definition at line 71 of file asn_SET_OF.c.