cxxconstraints.h
来自「asn to c编译器 源代码」· C头文件 代码 · 共 32 行
H
32 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?