2 * Copyright (c) 2003, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
5 #ifndef _CONSTR_SEQUENCE_OF_H_
6 #define _CONSTR_SEQUENCE_OF_H_
8 #include <asn_application.h>
9 #include <constr_SET_OF.h> /* Implemented using SET OF */
16 * A set specialized functions dealing with the SEQUENCE OF type.
17 * Generally implemented using SET OF.
19 #define SEQUENCE_OF_free SET_OF_free
20 #define SEQUENCE_OF_print SET_OF_print
21 #define SEQUENCE_OF_constraint SET_OF_constraint
22 #define SEQUENCE_OF_decode_ber SET_OF_decode_ber
23 #define SEQUENCE_OF_decode_xer SET_OF_decode_xer
24 #define SEQUENCE_OF_decode_uper SET_OF_decode_uper
25 der_type_encoder_f SEQUENCE_OF_encode_der;
26 xer_type_encoder_f SEQUENCE_OF_encode_xer;
27 per_type_encoder_f SEQUENCE_OF_encode_uper;
33 #endif /* _CONSTR_SET_OF_H_ */