mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-31 06:50:53 -07:00 
			
		
		
		
	Just compiles and generates... Also fixed a bug where parsing didn't have a token for virtual specifiers...
		
			
				
	
	
		
			25 lines
		
	
	
		
			621 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			621 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
| Invalid,          INVALID
 | |
| Consteval,        consteval
 | |
| Constexpr,        constexpr
 | |
| Constinit,        constinit
 | |
| Explicit,         explicit
 | |
| External_Linkage, extern
 | |
| Global,           global
 | |
| Inline,           inline
 | |
| Internal_Linkage, internal
 | |
| Local_Persist,    local_persist
 | |
| Mutable,          mutable
 | |
| NeverInline,      neverinline
 | |
| Ptr,              *
 | |
| Ref,              &
 | |
| Register,         register
 | |
| RValue,           &&
 | |
| Static,           static
 | |
| Thread_Local,     thread_local
 | |
| Volatile,         volatile
 | |
| Virtual,          virtual
 | |
| Const,            const
 | |
| Final,            final
 | |
| Override,         override
 | |
| Pure,             = 0
 |