Public member functions documentation

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