ITS
asn_SEQUENCE_OF.h File Reference
#include <asn_SET_OF.h>
Include dependency graph for asn_SEQUENCE_OF.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define A_SEQUENCE_OF(type)   A_SET_OF(type)
 
#define ASN_SEQUENCE_ADD(headptr, ptr)   asn_sequence_add((headptr), (ptr))
 
#define asn_sequence_add   asn_set_add
 
#define asn_sequence_empty   asn_set_empty
 
#define _A_SEQUENCE_FROM_VOID(ptr)   ((asn_anonymous_sequence_ *)(ptr))
 
#define _A_CSEQUENCE_FROM_VOID(ptr)   ((const asn_anonymous_sequence_ *)(ptr))
 

Functions

void asn_sequence_del (void *asn_sequence_of_x, int number, int _do_free)
 
typedef A_SEQUENCE_OF (void) asn_anonymous_sequence_
 

Macro Definition Documentation

◆ _A_CSEQUENCE_FROM_VOID

#define _A_CSEQUENCE_FROM_VOID (   ptr)    ((const asn_anonymous_sequence_ *)(ptr))

Definition at line 46 of file asn_SEQUENCE_OF.h.

◆ _A_SEQUENCE_FROM_VOID

#define _A_SEQUENCE_FROM_VOID (   ptr)    ((asn_anonymous_sequence_ *)(ptr))

◆ A_SEQUENCE_OF

#define A_SEQUENCE_OF (   type)    A_SET_OF(type)

Definition at line 19 of file asn_SEQUENCE_OF.h.

◆ ASN_SEQUENCE_ADD

◆ asn_sequence_add

◆ asn_sequence_empty

#define asn_sequence_empty   asn_set_empty

Definition at line 29 of file asn_SEQUENCE_OF.h.

Function Documentation

◆ A_SEQUENCE_OF()

typedef A_SEQUENCE_OF ( void  )

Definition at line 8 of file asn_SEQUENCE_OF.c.

◆ asn_sequence_del()

void asn_sequence_del ( void *  asn_sequence_of_x,
int  number,
int  _do_free 
)

Referenced by constr_EventHistory(), constr_ItineraryPath(), constr_PathHistory(), constr_PositionOfPillars(), constr_ProtectedCommunicationZoneRSU(), constr_ReferenceDenms(), constr_RestrictedTypes(), and constr_Traces().

Here is the caller graph for this function: