mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
doc update for parampack typename
This commit is contained in:
parent
30eec99628
commit
8635b0fd1b
@ -567,12 +567,13 @@ Code Next;
|
|||||||
Code Parent;
|
Code Parent;
|
||||||
StringCached Name;
|
StringCached Name;
|
||||||
CodeT Type;
|
CodeT Type;
|
||||||
|
b32 IsParamPack;
|
||||||
```
|
```
|
||||||
|
|
||||||
Serialization:
|
Serialization:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
<Attributes> <Name> <Specs>
|
<Attributes> <Name> <Specs> <IsParamPack ?: ...>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Typedef
|
## Typedef
|
||||||
|
@ -31,7 +31,7 @@ void check_singleheader_ast()
|
|||||||
|
|
||||||
FileContents file_gen = file_read_contents( GlobalAllocator, true, "gen/singleheader_copy.gen.hpp" );
|
FileContents file_gen = file_read_contents( GlobalAllocator, true, "gen/singleheader_copy.gen.hpp" );
|
||||||
|
|
||||||
log_fmt("Reconstructing from generated file:\n");
|
log_fmt("\nReconstructing from generated file:\n");
|
||||||
time_start = time_rel_ms();
|
time_start = time_rel_ms();
|
||||||
CodeBody ast_gen = parse_global_body( { file_gen.size, (char const*)file_gen.data } );
|
CodeBody ast_gen = parse_global_body( { file_gen.size, (char const*)file_gen.data } );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user