mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-02 23:06:11 -08:00
Commits: ec77e8b - Fixes while parsing EditorEngine.h 5017429 - parse_complicated_definition fix when parsing Controller.h aac0dd5 - Add IRISCORE_API 049b59c - Support for attributes retated to an operator or function between the return type and the identifier/op (Thanks World.h...) 97d7e6d - Fix for attributes after name in using statements 9f204e7 - Support for final specifier on class & struct definitions f0698cc - Added support for Spec_Delete (= delete on functions and operators) [Part 3] 1f6650a - Added support for Spec_Delete (= delete on functions and operators) [Part 2] 06ac8da - Added support for Spec_Delete (= delete on functions and operators)
730 B
730 B
| 1 | Invalid | INVALID |
|---|---|---|
| 2 | Consteval | consteval |
| 3 | Constexpr | constexpr |
| 4 | Constinit | constinit |
| 5 | Explicit | explicit |
| 6 | External_Linkage | extern |
| 7 | ForceInline | forceinline |
| 8 | Global | global |
| 9 | Inline | inline |
| 10 | Internal_Linkage | internal |
| 11 | Local_Persist | local_persist |
| 12 | Mutable | mutable |
| 13 | NeverInline | neverinline |
| 14 | Ptr | * |
| 15 | Ref | & |
| 16 | Register | register |
| 17 | Restrict | restrict |
| 18 | RValue | && |
| 19 | Static | static |
| 20 | Thread_Local | thread_local |
| 21 | Virtual | virtual |
| 22 | Const | const |
| 23 | Final | final |
| 24 | NoExceptions | noexcept |
| 25 | Override | override |
| 26 | Pure | = 0 |
| 27 | Delete | = delete |
| 28 | Volatile | volatile |