mirror of
https://github.com/Ed94/gencpp.git
synced 2025-12-20 15:01:01 -08:00
Just compiles and generates... Also fixed a bug where parsing didn't have a token for virtual specifiers...
621 B
621 B
| 1 | Invalid | INVALID |
|---|---|---|
| 2 | Consteval | consteval |
| 3 | Constexpr | constexpr |
| 4 | Constinit | constinit |
| 5 | Explicit | explicit |
| 6 | External_Linkage | extern |
| 7 | Global | global |
| 8 | Inline | inline |
| 9 | Internal_Linkage | internal |
| 10 | Local_Persist | local_persist |
| 11 | Mutable | mutable |
| 12 | NeverInline | neverinline |
| 13 | Ptr | * |
| 14 | Ref | & |
| 15 | Register | register |
| 16 | RValue | && |
| 17 | Static | static |
| 18 | Thread_Local | thread_local |
| 19 | Volatile | volatile |
| 20 | Virtual | virtual |
| 21 | Const | const |
| 22 | Final | final |
| 23 | Override | override |
| 24 | Pure | = 0 |