etcl_y.h

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 46 行

H
46
字号
// ETCL_y.h,v 1.3 2002/01/14 19:52:28 parsons Exp
#define	TAO_ETCL_GT	257
#define	TAO_ETCL_GE	258
#define	TAO_ETCL_LT	259
#define	TAO_ETCL_LE	260
#define	TAO_ETCL_EQ	261
#define	TAO_ETCL_NE	262
#define	TAO_ETCL_EXIST	263
#define	TAO_ETCL_DEFAULT	264
#define	TAO_ETCL_AND	265
#define	TAO_ETCL_OR	266
#define	TAO_ETCL_NOT	267
#define	TAO_ETCL_IN	268
#define	TAO_ETCL_TWIDDLE	269
#define	TAO_ETCL_BOOLEAN	270
#define	TAO_ETCL_PLUS	271
#define	TAO_ETCL_MINUS	272
#define	TAO_ETCL_MULT	273
#define	TAO_ETCL_DIV	274
#define	TAO_ETCL_UMINUS	275
#define	TAO_ETCL_INTEGER	276
#define	TAO_ETCL_FLOAT	277
#define	TAO_ETCL_STRING	278
#define	TAO_ETCL_RPAREN	279
#define	TAO_ETCL_LPAREN	280
#define	TAO_ETCL_RBRA	281
#define	TAO_ETCL_LBRA	282
#define	TAO_ETCL_IDENT	283
#define	TAO_ETCL_UNSIGNED	284
#define	TAO_ETCL_SIGNED	285
#define	TAO_ETCL_DOUBLE	286
#define	TAO_ETCL_CONSTRAINT	287
#define	TAO_ETCL_COMPONENT	288
#define	TAO_ETCL_WITH	289
#define	TAO_ETCL_MAX	290
#define	TAO_ETCL_MIN	291
#define	TAO_ETCL_FIRST	292
#define	TAO_ETCL_RANDOM	293
#define	TAO_ETCL_DOLLAR	294
#define	TAO_ETCL_DOT	295
#define	TAO_ETCL_DISCRIMINANT	296
#define	TAO_ETCL_LENGTH	297
#define	TAO_ETCL_TYPE_ID	298
#define	TAO_ETCL_REPOS_ID	299

⌨️ 快捷键说明

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