Public member functions documentation

void fromString(std::string str)
Constructs the field from the string.
Parameters
str
The string to assign from.
NzaeDoubleField()
Constructs a NULL double field.
NzaeDoubleField(NzaeDoubleField &field)
Constructs a double field with value field.
Parameters
NzaeDoubleField field
The NzaeDoubleField value.
NzaeDoubleField(double val)
Constructs a double field with value val.
Parameters
val
The double value.
operator double()
Returns the double field value.
Returns
The double value.
NzaeDoubleField& operator=(NzaeDoubleField &field)
Assigns the value of the argument to a field object.
Parameters
NzaeDoubleField field
The field to assign.
Returns
NzaeDoubleField
NzaeDoubleField& operator=(NzaeField &field)
Assigns the value of the argument to a field object.
Parameters
NzaeField field
The field to assign.
Returns
NzaeDoubleField
The field argument may be a different type, as long as it is compatible.
NzaeDoubleField& operator=(double val)
Assigns the value of the argument to a field object.
Parameters
val
The value to assign.
Returns
NzaeDoubleField
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.