Public member functions
- void fromString(std::string str)
- Constructs the field from the string.
- NzaeDoubleField()
- Constructs a NULL double field.
- NzaeDoubleField(NzaeDoubleField &field)
- Constructs a double field with value field.
- NzaeDoubleField(double val)
- Constructs a double field with value val.
- operator double()
- Returns the double field value.
- NzaeDoubleField& operator=(NzaeDoubleField &field)
- Assigns the value of the argument to a field object.
- NzaeDoubleField& operator=(NzaeField &field)
- Assigns the value of the argument to a field object.
- NzaeDoubleField& operator=(double 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.