Public member functions documentation

void fromString(std::string str)
Constructs the field from the string.
Parameters
str
The string to assign from.
NzaeInt32Field()
Constructs a NULL int32 field.
NzaeInt32Field(NzaeInt32Field &field)
Constructs an int32 field with value field.
Parameters
NzaeInt32Field field
The NzaeInt32Field value.
NzaeInt32Field(int32_t val)
Constructs an int32 field with value val.
Parameters
val
The int32 value.
operator int32_t()
Returns an int32 field value.
Returns
The int32 value.
NzaeInt32Field& operator=(NzaeInt32Field &field)
Assigns the value of the argument to the field object.
Parameters
NzaeInt32Field field
The field to assign.
Returns
NzaeInt32Field
NzaeInt32Field& operator=(NzaeField &field)
Assigns the value of the argument to the field object.
Parameters
NzaeField field
The field to assign.
Returns
NzaeInt32Field
NzaeInt32Field& operator=(int32_t val)
Assigns the value of the argument to the field object.
Parameters
val
The value to assign.
Returns
NzaeInt32Field
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.