Public member function documentation

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