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

📄 cpdefines.h

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 H
字号:
/*Copyright (c) 2000, Red Hat, Inc.This file is part of Source-Navigator.Source-Navigator is free software; you can redistribute it and/ormodify it under the terms of the GNU General Public License as publishedby the Free Software Foundation; either version 2, or (at your option)any later version.Source-Navigator is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNUGeneral Public License for more details.You should have received a copy of the GNU General Public License alongwith Source-Navigator; see the file COPYING.  If not, write tothe Free Software Foundation, 59 Temple Place - Suite 330, Boston,MA 02111-1307, USA.*/# define SN_ASM 257# define SN_AUTO 258# define SN_BREAK 259# define SN_CASE 260# define SN_CATCH 261# define SN_CHAR 262# define SN_CLASS 263# define SN_CONST 264# define SN_CONTINUE 265# define SN_DEFAULT 266# define SN_DELETE 267# define SN_DO 268# define SN_DOUBLE 269# define SN_ELSE 270# define SN_ENUM 271# define SN_EXTERN 272# define SN_FLOAT 273# define SN_FOR 274# define SN_FRIEND 275# define SN_GOTO 276# define SN_IF 277# define SN_INLINE 278# define SN_INT 279# define SN_LONG 280# define SN_NEW 281# define SN_OPERATOR 282# define SN_OVERLOAD 283# define SN_PRIVATE 284# define SN_PROTECTED 285# define SN_PUBLIC 286# define SN_REGISTER 287# define SN_RETURN 288# define SN_SHORT 289# define SN_SIGNED 290# define SN_SIZEOF 291# define SN_STATIC 292# define SN_STRUCT 293# define SN_SWITCH 294# define SN_TEMPLATE 295# define SN_THIS 296# define SN_THROW 297# define SN_TRY 298# define SN_TYPEDEF 299# define SN_UNION 300# define SN_UNSIGNED 301# define SN_VIRTUAL 302# define SN_VOID 303# define SN_VOLATILE 304# define SN_WHILE 305# define SN_IDENTIFIER 306# define SN_STRINGliteral 307# define SN_FLOATINGconstant 308# define SN_INTEGERconstant 309# define SN_CHARACTERconstant 310# define SN_LONGconstant 311# define SN_PP_IF 312# define SN_PP_ELSE 314# define SN_PP_ENDIF 315# define SN_ARROW 316# define SN_ICR 317# define SN_DECR 318# define SN_LS 319# define SN_RS 320# define SN_LE 321# define SN_GE 322# define SN_EQ 323# define SN_NE 324# define SN_ANDAND 325# define SN_OROR 326# define SN_ELLIPSIS 327# define SN_CLCL 328# define SN_DOTstar 329# define SN_ARROWstar 330# define SN_MULTassign 331# define SN_DIVassign 332# define SN_MODassign 333# define SN_PLUSassign 334# define SN_MINUSassign 335# define SN_LSassign 336# define SN_RSassign 337# define SN_ANDassign 338# define SN_ERassign 339# define SN_ORassign 340# define SN_NAMESPACE 341# define SN_USING 342# define SN_TYPEDEF_TO_CLASS 343# define SN_PP_ELIF 344# define SN_NEWLINE 345# define SN_INCLUDEliteral 346# define SN_TRUE 347# define SN_FALSE 348# define SN_UNDEF 349# define SN_PP_DEFINE 350# define SN_PP_INCLUDE 351# define SN_INTERFACE 352# define SN_BOOL 353

⌨️ 快捷键说明

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