mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	working to towards https://github.com/Ed94/gencpp/issues/56
This commit is contained in:
		@@ -248,7 +248,7 @@ ModuleFlag     ModuleFlags;
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
UnderlyingTypeMacro is a macro the library natively supports: `enum_underlying(type)` that is meant to behave as a wrapper for underlying type assignment.  
 | 
			
		||||
The `enum_underlying_sig` is a `StrC` global var that can be set which will be defined within `PreprocessorDefines` and used in `parser_parse_enum` to identify a valid macro.
 | 
			
		||||
The `enum_underlying_sig` is a `Str` global var that can be set which will be defined within `PreprocessorDefines` and used in `parser_parse_enum` to identify a valid macro.
 | 
			
		||||
 | 
			
		||||
Serialization:
 | 
			
		||||
 | 
			
		||||
@@ -637,7 +637,7 @@ Serialization:
 | 
			
		||||
 | 
			
		||||
`<Name>` currently has the full serialization of anything with
 | 
			
		||||
 | 
			
		||||
*Note: ArrExpr is not used in serialization by `typename_to_string_ref` its instead handled by a parent AST's serailization (variable, typedef, using).*
 | 
			
		||||
*Note: ArrExpr is not used in serialization by `typename_to_strbuilder_ref` its instead handled by a parent AST's serailization (variable, typedef, using).*
 | 
			
		||||
 | 
			
		||||
## Typedef
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user