Public member functions

void fromString(std::string str)
Constructs the field from the string.
NzaeInt16Field()
Constructs a NULL int16 field.
NzaeInt16Field(NzaeInt16Field &field)
Constructs an int16 field with value field.
NzaeInt16Field(int16_t val)
Constructs an int16 field with value val.
operator int16_t()
Returns an int16 field value.
NzaeInt16Field& operator=(NzaeInt16Field &field)
Assigns the value of the argument to the field object.
NzaeInt16Field& operator=(NzaeField &field)
Assigns the value of the argument to the field object.
NzaeInt16Field& operator=(int16_t val)
Assigns the value of the argument to the field object.
std::string toString() const
Returns the string representation of the field.
virtual NzaeDataTypes::Types type() const
Returns the type of the field.