[ox/model] Add opType method to TypeDescWriter
This commit is contained in:
		
							
								
								
									
										4
									
								
								deps/ox/src/ox/model/descwrite.hpp
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								deps/ox/src/ox/model/descwrite.hpp
									
									
									
									
										vendored
									
									
								
							@@ -69,6 +69,10 @@ class TypeDescWriter {
 | 
				
			|||||||
				return OxError(0);
 | 
									return OxError(0);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								static constexpr auto opType() {
 | 
				
			||||||
 | 
									return OpType::Write;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		TypeStore *m_typeStoreOwnerRef = nullptr;
 | 
							TypeStore *m_typeStoreOwnerRef = nullptr;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user