Public member functions
- void assign(NzaeField &field)
- Assigns the value of the argument to the field object.
- virtual void fromString(std::string str)=0
- Constructs the field from the string.
- bool isNull() const
- Determines whether the field is NULL.
- NzaeField()
- Constructs a NULL field.
- NzaeField& operator=(NzaeField &field)
- Assigns the value of the argument to the field object.
- void setNull(bool null)
- Sets the NULL state of the field to specified value.
- virtual std::string toString() const =0
- Returns a string representation of the field.
- virtual NzaeDataTypes::Types type() const =0
- Returns the type of the
- virtual ~NzaeField()