blob: f6b714914d0b7a8ea18531905335f7e491c74f8c [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _CONSTR_SEQUENCE_OF_H_
6#define _CONSTR_SEQUENCE_OF_H_
7
Lev Walkin11c3e172004-09-24 21:00:50 +00008#include <asn_application.h>
Lev Walkinf15320b2004-06-03 03:38:44 +00009#include <constr_SET_OF.h> /* Implemented using SET OF */
10
11/*
12 * A set specialized functions dealing with the SEQUENCE OF type.
13 * Implemented using SET OF.
14 */
Lev Walkina9cc46e2004-09-22 16:06:28 +000015#define SEQUENCE_OF_free SET_OF_free
16#define SEQUENCE_OF_print SET_OF_print
Lev Walkinf15320b2004-06-03 03:38:44 +000017#define SEQUENCE_OF_constraint SET_OF_constraint
18#define SEQUENCE_OF_decode_ber SET_OF_decode_ber
19der_type_encoder_f SEQUENCE_OF_encode_der;
Lev Walkina9cc46e2004-09-22 16:06:28 +000020xer_type_encoder_f SEQUENCE_OF_encode_xer;
Lev Walkinf15320b2004-06-03 03:38:44 +000021
22#endif /* _CONSTR_SET_OF_H_ */