gencpp/project/enums/ETokType.csv

2.8 KiB

1Invalid__invalid__
2Access_Privateprivate
3Access_Protectedprotected
4Access_Publicpublic
5Access_MemberSymbol.
6Access_StaticSymbol::
7Ampersand&
8Ampersand_DBL&&
9Assign_Classifer:
10Attribute_Open[[
11Attribute_Close]]
12BraceCurly_Open{
13BraceCurly_Close}
14BraceSquare_Open[
15BraceSquare_Close]
16Capture_Start(
17Capture_End)
18Comment__comemnt__
19Char__character__
20Comma,
21Decl_Classclass
22Decl_GNU_Attribute__attribute__
23Decl_MSVC_Attribute__declspec
24Decl_Enumenum
25Decl_Extern_Linkageextern
26Decl_Friendfriend
27Decl_Modulemodule
28Decl_Namespacenamespace
29Decl_Operator__operator__
30Decl_Structstruct
31Decl_Templatetemplate
32Decl_Typedeftypedef
33Decl_Usingusing
34Decl_Unionunion
35Identifier__identifier__
36Module_Importimport
37Module_Exportexport
38Number__number__
39Operator__operator__
40Preprocess_Definedefine
41Preprocess_Ifif
42Preprocess_IfDefifdef
43Preprocess_IfNotDefifndef
44Preprocess_ElIfelif
45Preprocess_Elseelse
46Preprocess_EndIfendif
47Preprocess_Includeinclude
48Preprocess_Pragmapragma
49Preprocess_Macro__macro__
50Preprocess_Unsupported__unsupported__
51Spec_Alignasalignas
52Spec_Constconst
53Spec_Constevalconsteval
54Spec_Constexprconstexpr
55Spec_Constinitconstinit
56Spec_Explicitexplicit
57Spec_Externextern
58Spec_Finalfinal
59Spec_Globalglobal
60Spec_Inlineinline
61Spec_Internal_Linkageinternal
62Spec_LocalPersistlocal_persist
63Spec_Mutablemutable
64Spec_NeverInlineneverinline
65Spec_Overrideoverride
66Spec_Staticstatic
67Spec_ThreadLocalthread_local
68Spec_Volatilevolatile
69Star*
70Statement_End;
71StaticAssertstatic_assert
72String__string__
73Type_Unsignedunsigned
74Type_Signedsigned
75Type_Shortshort
76Type_Longlong
77Type_charchar
78Type_intint
79Type_doubledouble
80Type_MS_int8__int8
81Type_MS_int16__int16
82Type_MS_int32__int32
83Type_MS_int64__int64
84Type_MS_W64_W64
85Varadic_Argument...
86__Attributes_Start__attrib_start__