Class UInt16Imm

Inheritance Relationships

Base Type

  • public IntegerImm

Class Documentation

class UInt16Imm : public IntegerImm

UInt16Imm defines interface for uint16 data.

Public Functions

inline UInt16Imm()

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.