mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:22:43 +00:00 
			
		
		
		
	 7c8ef79898
			
		
	
	
		7c8ef79898
		
	
	
	
	
		
			
			Track the kind of Type it is, and use that to provide some convenient `is_foo()` / `as_foo()` methods. While I was at it, made these all classes instead of structs and made their data private.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     IDLParser.cpp
 | |
|     Types.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibIDL idl)
 | |
| target_link_libraries(LibIDL LibCore)
 |