Public member functions documentation
- void fromString(std::string str)
- Constructs the field from the string.
- Parameters
- str
- The string to assign.
- NzaeInt8Field()
- Constructs a NULL int8 field.
- NzaeInt8Field(NzaeInt8Field &field)
- Constructs an int8 field with value field.
- Parameters
- NzaeInt8Field field
- The NzaeInt8Field value.
- NzaeInt8Field(int8_t val)
- Constructs an int8 field with value val.
- Parameters
- val
- The int8 value.
- operator int8_t()
- Returns an int8 field value.
- Returns
- The int8 value.
- NzaeInt8Field& operator=(NzaeInt8Field &field)
- Assigns the value of the argument to the field object.
- Parameters
- NzaeInt8Field field
- The field to assign.
- Returns
- NzaeInt8Field
- NzaeInt8Field& operator=(NzaeField &field)
- Assigns the value of the argument to the field object.
- Parameters
- NzaeField field
- The field to assign.
- Returns
- NzaeInt8Field
- The field argument may be a different type, as long as it is compatible.
- NzaeInt8Field& operator=(int8_t val)
- Assigns the value of the argument to the field object.
- Parameters
- val
- The value to assign.
- Returns
- NzaeInt8Field
- std::string toString() const
- Returns the string representation of the field.
- Returns
- The string representation.
- virtual NzaeDataTypes::Types type() const
- Returns the type of the field.
- Returns
- Types
- The field type.