Home :: GreenPad :: editwing :: Common classes

enum TokenType

^ 
単語の種類を表す定数値
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:77
Author:
K.INABA
Version:
beta
Code:
public enum TokenType { TAB = 0x00 ,
WSP = 0x04 ,
ALP = 0x08 ,
CE = 0x0c ,
CB = 0x10 ,
LB = 0x14 ,
Q1 = 0x18 ,
Q2 = 0x1c }

Created Mon May 06 21:01:05 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.