⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cxxconstraints.h

📁 asn to c编译器 源代码
💻 H
字号:
/* JKG -- 7/31/03 --  *//*  ../SNACC/compiler/back-ends/c++-gen/cxxconstraints.h  *//*  This file contains prototypes of functions for        *//*  checking constraints and converting .asn1             */   /*  primitives (with constraints) into valid C++ code     *//*  Their respective implementations are in:              *//*       'cxxconstraints.c' in the pwd                    */#ifndef _CXXCONSTRAINTS_H_#define _CXXCONSTRAINTS_H_#include "asn-incl.h"#include "asn1module.h"#include "snacc.h"#include "limits.h"#include "rules.h"#include "snacc-util.h"//void PrintCxxSetOfSizeValRangeConstraints PROTO((FILE* hdr, FILE* src, TypeDef* td));//void PrintCxxSetOfSizeSingleValConstraints PROTO((FILE* hdr, FILE* src, TypeDef* td));void PrintTypeDefDefault PROTO((FILE* hdr, FILE* src, TypeDef* td));void PrintCxxSetOfSizeConstraint(FILE* hdr, SubtypeValue* sizeConstraint,								 Module* m, Type* type);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -