#include <openFields.h>


Public Member Functions | |
| doubleField (double value, bool isNull, bool isEditable, string name, string table) | |
| ~doubleField () | |
| doubleField & | operator= (doubleField &input) |
| double & | get (void) |
| void | set (double) |
| string & | format () |
| string & | svrFormat () |
| doubleField (double value, bool isNull, bool isEditable, string name, string table) | |
| ~doubleField () | |
| doubleField & | operator= (doubleField &input) |
| double & | get (void) |
| void | set (double) |
| string & | format () |
| string & | svrFormat () |
Private Attributes | |
| double | m_field |
Definition at line 158 of file openFields.h.
| doubleField::doubleField | ( | double | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
Definition at line 373 of file openFields.cpp.
References doubleType, basicField::m_fieldType, basicField::m_strFormatMask, and basicField::m_strServerMask.
| doubleField::~doubleField | ( | ) |
Definition at line 381 of file openFields.cpp.
| doubleField::doubleField | ( | double | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
| doubleField::~doubleField | ( | ) |
| doubleField & doubleField::operator= | ( | doubleField & | input | ) |
Definition at line 384 of file openFields.cpp.
References get(), m_field, and basicField::operator=().
| double & doubleField::get | ( | void | ) |
Definition at line 392 of file openFields.cpp.
References m_field.
Referenced by operator=(), doubleXfer::toClassVar(), and moneyXfer::toClassVar().
| void doubleField::set | ( | double | input | ) |
Definition at line 396 of file openFields.cpp.
References basicField::m_bIsNull, and m_field.
Referenced by my_mapDouble::setField().
| string & doubleField::format | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 403 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatMask, and basicField::m_strFormatted.
| string & doubleField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 419 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatted, and basicField::m_strServerMask.
| doubleField& doubleField::operator= | ( | doubleField & | input | ) |
| double& doubleField::get | ( | void | ) |
| void doubleField::set | ( | double | ) |
| string& doubleField::format | ( | ) | [virtual] |
Reimplemented from basicField.
| string& doubleField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
double doubleField::m_field [private] |
Definition at line 160 of file openFields.h.
Referenced by format(), get(), operator=(), set(), and svrFormat().
1.5.5