#include <openFields.h>


Public Member Functions | |
| floatField (float value, bool isNull, bool isEditable, string name, string table) | |
| ~floatField () | |
| floatField & | operator= (floatField &input) |
| float & | get (void) |
| void | set (float) |
| string & | format () |
| string & | svrFormat () |
| floatField (float value, bool isNull, bool isEditable, string name, string table) | |
| ~floatField () | |
| floatField & | operator= (floatField &input) |
| float & | get (void) |
| void | set (float) |
| string & | format () |
| string & | svrFormat () |
Private Attributes | |
| float | m_field |
Definition at line 180 of file openFields.h.
| floatField::floatField | ( | float | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
Definition at line 445 of file openFields.cpp.
References floatType, basicField::m_fieldType, basicField::m_strFormatMask, and basicField::m_strServerMask.
| floatField::~floatField | ( | ) |
Definition at line 454 of file openFields.cpp.
| floatField::floatField | ( | float | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
| floatField::~floatField | ( | ) |
| floatField & floatField::operator= | ( | floatField & | input | ) |
Definition at line 457 of file openFields.cpp.
References get(), m_field, and basicField::operator=().
| float & floatField::get | ( | void | ) |
Definition at line 465 of file openFields.cpp.
References m_field.
Referenced by operator=(), and doubleXfer::toClassVar().
| void floatField::set | ( | float | input | ) |
Definition at line 470 of file openFields.cpp.
References basicField::m_bIsNull, and m_field.
Referenced by setField(), and my_mapFloat::setField().
| string & floatField::format | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 477 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatMask, and basicField::m_strFormatted.
| string & floatField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 493 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatted, and basicField::m_strServerMask.
| floatField& floatField::operator= | ( | floatField & | input | ) |
| float& floatField::get | ( | void | ) |
| void floatField::set | ( | float | ) |
| string& floatField::format | ( | ) | [virtual] |
Reimplemented from basicField.
| string& floatField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
float floatField::m_field [private] |
Definition at line 182 of file openFields.h.
Referenced by format(), get(), operator=(), set(), and svrFormat().
1.5.5