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