Public member functions

void fromString(std::string str)
Constructs the field from the string.
NzaeInt64Field()
Constructs a NULL int64 field.
NzaeInt64Field(NzaeInt64Field &field)
Constructs an int64 field with value field.
NzaeInt64Field(int64_t val)
Constructs an int64 field with value val.
operator int64_t()
Returns an int64 field value.
NzaeInt64Field& operator=(NzaeInt64Field &field)
Assigns the value of the argument to the field object.
NzaeInt64Field& operator=(NzaeField &field)
Assigns the value of the argument to the field object.
NzaeInt64Field& operator=(int64_t val)
Assigns the value of the argument to the field object.
std::string toString() const
Returns the string representation of the field.
virtual NzaeDataTypes::Types type() const
Returns the type of the field.