Public member functions
- void fromString(std::string str)
- Constructs the field from the string.
- virtual int length() const =0
- Gets the string length.
- NzaeStringField(std::string str)
- Constructs a string field with value str.
- NzaeStringField(NzaeStringField &field)
- Constructs a string field with value field.
- NzaeStringField()
- Constructs a NULL string field.
- operator std::string &()
- Returns the string value.
- NzaeStringField& operator=(NzaeField &field)
- Assigns the value of the argument to the field object.
- NzaeStringField& operator=(NzaeStringField &field)
- Assigns the value of the argument to the field object.
- NzaeStringField& operator=(std::string str)
- Assigns the value of the argument to the field object.
- std::string toString() const
- Returns the string representation of field.
- virtual NzaeDataTypes::Types type() const =0
- Returns the type of the field.