mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-12 20:04:52 -08:00
Ed_
cf65638979
- Changed the zpl csv parser to only accept hex values with 0x perfix. it was messing with the add term. - Small changes to the clang format config.
569 B
569 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 | Ptr | * |
13 | Ref | & |
14 | Register | register |
15 | RValue | && |
16 | Static | static |
17 | Thread_Local | thread_local |
18 | Volatile | volatile |
19 | Virtual | virtual |
20 | Const | const |
21 | Final | final |
22 | Override | override |