mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-02 23:06:11 -08:00
1.8 KiB
1.8 KiB
| 1 | Invalid | __NA__ |
|---|---|---|
| 2 | Untyped | __NA__ |
| 3 | NewLine | __NA__ |
| 4 | Comment | // |
| 5 | Access_Private | private |
| 6 | Access_Protected | protected |
| 7 | Access_Public | public |
| 8 | PlatformAttributes | __NA__ |
| 9 | Class | class |
| 10 | Class_Fwd | clsss |
| 11 | Class_Body | __NA__ |
| 12 | Constructor | __NA__ |
| 13 | Constructor_Fwd | __NA__ |
| 14 | Destructor | __NA__ |
| 15 | Destructor_Fwd | __NA__ |
| 16 | Enum | enum |
| 17 | Enum_Fwd | enum |
| 18 | Enum_Body | __NA__ |
| 19 | Enum_Class | enum class |
| 20 | Enum_Class_Fwd | enum class |
| 21 | Execution | __NA__ |
| 22 | Export_Body | __NA__ |
| 23 | Extern_Linkage | extern |
| 24 | Extern_Linkage_Body | extern |
| 25 | Friend | friend |
| 26 | Function | __NA__ |
| 27 | Function_Fwd | __NA__ |
| 28 | Function_Body | __NA__ |
| 29 | Global_Body | __NA__ |
| 30 | Module | module |
| 31 | Namespace | namespace |
| 32 | Namespace_Body | __NA__ |
| 33 | Operator | operator |
| 34 | Operator_Fwd | operator |
| 35 | Operator_Member | operator |
| 36 | Operator_Member_Fwd | operator |
| 37 | Operator_Cast | operator |
| 38 | Operator_Cast_Fwd | operator |
| 39 | Parameters | __NA__ |
| 40 | Parameters_Define | __NA__ |
| 41 | Preprocess_Define | define |
| 42 | Preprocess_Include | include |
| 43 | Preprocess_If | if |
| 44 | Preprocess_IfDef | ifdef |
| 45 | Preprocess_IfNotDef | ifndef |
| 46 | Preprocess_ElIf | elif |
| 47 | Preprocess_Else | else |
| 48 | Preprocess_EndIf | endif |
| 49 | Preprocess_Pragma | pragma |
| 50 | Specifiers | __NA__ |
| 51 | Struct | struct |
| 52 | Struct_Fwd | struct |
| 53 | Struct_Body | __NA__ |
| 54 | Template | template |
| 55 | Typedef | typedef |
| 56 | Typename | __NA__ |
| 57 | Union | union |
| 58 | Union_Fwd | union |
| 59 | Union_Body | __NA__ |
| 60 | Using | using |
| 61 | Using_Namespace | using namespace |
| 62 | Variable | __NA__ |