Add OpType for Metal Claw operators
This commit is contained in:
5
deps/ox/src/ox/mc/write.hpp
vendored
5
deps/ox/src/ox/mc/write.hpp
vendored
@@ -11,6 +11,7 @@
|
||||
#include <ox/std/string.hpp>
|
||||
#include <ox/std/types.hpp>
|
||||
#include "err.hpp"
|
||||
#include "optype.hpp"
|
||||
#include "presencemask.hpp"
|
||||
|
||||
namespace ox {
|
||||
@@ -49,6 +50,10 @@ class MetalClawWriter {
|
||||
|
||||
void setFields(int fields);
|
||||
|
||||
OpType opType() {
|
||||
return OpType::Write;
|
||||
}
|
||||
|
||||
private:
|
||||
template<typename I>
|
||||
int appendInteger(I val);
|
||||
|
||||
Reference in New Issue
Block a user