mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -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)
		
			
				
	
	
		
			29 lines
		
	
	
		
			730 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			730 B
		
	
	
	
		
			CSV
		
	
	
	
	
	
Invalid,          INVALID
 | 
						|
Consteval,        consteval
 | 
						|
Constexpr,        constexpr
 | 
						|
Constinit,        constinit
 | 
						|
Explicit,         explicit
 | 
						|
External_Linkage, extern
 | 
						|
ForceInline, 	  forceinline
 | 
						|
Global,           global
 | 
						|
Inline,           inline
 | 
						|
Internal_Linkage, internal
 | 
						|
Local_Persist,    local_persist
 | 
						|
Mutable,          mutable
 | 
						|
NeverInline,      neverinline
 | 
						|
Ptr,              *
 | 
						|
Ref,              &
 | 
						|
Register,         register
 | 
						|
Restrict,         restrict
 | 
						|
RValue,           &&
 | 
						|
Static,           static
 | 
						|
Thread_Local,     thread_local
 | 
						|
Virtual,          virtual
 | 
						|
Const,            const
 | 
						|
Final,            final
 | 
						|
NoExceptions,     noexcept
 | 
						|
Override,         override
 | 
						|
Pure,             = 0
 | 
						|
Delete,           = delete
 | 
						|
Volatile,         volatile
 |