Public member functions
- void fromString(std::string str)
- Constructs the field from the string.
- NzaeInt8Field()
- Constructs a NULL int8 field.
- NzaeInt8Field(NzaeInt8Field &field)
- Constructs an int8 field with value field.
- NzaeInt8Field(int8_t val)
- Constructs an int8 field with value val.
- operator int8_t()
- Returns an int8 field value.
- NzaeInt8Field& operator=(NzaeInt8Field &field)
- Assigns the value of the argument to the field object.
- NzaeInt8Field& operator=(NzaeField &field)
- Assigns the value of the argument to the field object.
- NzaeInt8Field& operator=(int8_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.