Public member functions

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