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