Public member functions

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