Class UInt16Imm
Defined in File scalar.h
Inheritance Relationships
Base Type
public IntegerImm
Class Documentation
-
class UInt16Imm : public IntegerImm
\beief UInt16Imm defines interface for uint16 data.
Public Functions
-
inline UInt16Imm()
\beief The default constructor for UInt16Imm.
-
inline explicit UInt16Imm(uint16_t v)
The constructor for UInt16Imm.
- Parameters
v – [in] The value of UInt16Imm.
-
~UInt16Imm() override = default
The destructor of UInt16Imm.
-
inline UInt16Imm()