#include <openFields.h>


Public Member Functions | |
| shortField (short value, bool isNull, bool isEditable, string name, string table) | |
| ~shortField () | |
| shortField & | operator= (shortField &input) |
| short & | get (void) |
| void | set (short) |
| string & | format () |
| string & | svrFormat () |
| shortField (short value, bool isNull, bool isEditable, string name, string table) | |
| ~shortField () | |
| shortField & | operator= (shortField &input) |
| short & | get (void) |
| void | set (short) |
| string & | format () |
| string & | svrFormat () |
Private Attributes | |
| short | m_field |
Definition at line 89 of file openFields.h.
| shortField::shortField | ( | short | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
Definition at line 142 of file openFields.cpp.
References basicField::m_fieldType, basicField::m_strFormatMask, basicField::m_strServerMask, and shortType.
| shortField::~shortField | ( | ) |
Definition at line 149 of file openFields.cpp.
| shortField::shortField | ( | short | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
| shortField::~shortField | ( | ) |
| shortField & shortField::operator= | ( | shortField & | input | ) |
Definition at line 152 of file openFields.cpp.
References get(), m_field, and basicField::operator=().
| short & shortField::get | ( | void | ) |
Definition at line 160 of file openFields.cpp.
References m_field.
Referenced by operator=(), and shortXfer::toClassVar().
| void shortField::set | ( | short | input | ) |
Definition at line 164 of file openFields.cpp.
References basicField::m_bIsNull, and m_field.
Referenced by my_mapShort::setField().
| string & shortField::format | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 171 of file openFields.cpp.
References m_field, basicField::m_strFormatMask, and basicField::m_strFormatted.
| string & shortField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 180 of file openFields.cpp.
References m_field, basicField::m_strFormatted, and basicField::m_strServerMask.
| shortField& shortField::operator= | ( | shortField & | input | ) |
| short& shortField::get | ( | void | ) |
| void shortField::set | ( | short | ) |
| string& shortField::format | ( | ) | [virtual] |
Reimplemented from basicField.
| string& shortField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
short shortField::m_field [private] |
Definition at line 91 of file openFields.h.
Referenced by format(), get(), operator=(), set(), and svrFormat().
1.5.5