📄 rules.h
字号:
/* * compiler/back_ends/idl_gen/rules.h * * Copyright (C) 1991, 1992 Michael Sample * and the University of British Columbia * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * $Header: /baseline/SNACC/compiler/back-ends/idl-gen/rules.h,v 1.2 2004/01/14 19:07:53 gronej Exp $ * $Log: rules.h,v $ * Revision 1.2 2004/01/14 19:07:53 gronej * Updated Compiler to accept and process relative-oid's * * Revision 1.1.1.1 2000/08/21 20:36:04 leonberp * First CVS Version of SNACC. * * Revision 1.1 1997/01/01 20:25:39 rj * first draft * * Revision 1.2 1994/10/08 03:47:50 rj *//* see ../../core/asn1module.h for IDLTDI (C++ type def info) */typedef struct IDLRules{ int maxDigitsToAppend; char *typePrefix, *typeSuffix; char *choiceEnumSuffix; char *choiceUnionFieldName; /* what the name of the choice's union is */ char *choiceUnionName; /* name (tag) for choice union def name */ int capitalizeNamedElmts; IDLTDI typeConvTbl[BASICTYPE_RELATIVE_OID + 1];} IDLRules;extern IDLRules idlRulesG;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -