#include <openFields.h>


Public Member Functions | |
| boolField (bool value, bool isNull, bool isEditable, string name, string table) | |
| ~boolField () | |
| boolField & | operator= (boolField &input) |
| bool & | get (void) |
| void | set (bool) |
| string & | format () |
| string & | svrFormat () |
| boolField (bool value, bool isNull, bool isEditable, string name, string table) | |
| ~boolField () | |
| boolField & | operator= (boolField &input) |
| bool & | get (void) |
| void | set (bool) |
| string & | format () |
| string & | svrFormat () |
Private Attributes | |
| bool | m_field |
Definition at line 265 of file openFields.h.
| boolField::boolField | ( | bool | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
Definition at line 749 of file openFields.cpp.
References boolType, basicField::m_fieldType, basicField::m_strFormatMask, and basicField::m_strServerMask.
| boolField::~boolField | ( | ) |
Definition at line 757 of file openFields.cpp.
| boolField::boolField | ( | bool | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
| boolField::~boolField | ( | ) |
Definition at line 760 of file openFields.cpp.
References get(), m_field, and basicField::operator=().
| bool & boolField::get | ( | void | ) |
| void boolField::set | ( | bool | input | ) |
Definition at line 771 of file openFields.cpp.
References basicField::m_bIsNull, and m_field.
Referenced by setField(), and my_mapBool::setField().
| string & boolField::format | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 777 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatMask, and basicField::m_strFormatted.
| string & boolField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 797 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatted, and basicField::m_strServerMask.
| bool& boolField::get | ( | void | ) |
| void boolField::set | ( | bool | ) |
| string& boolField::format | ( | ) | [virtual] |
Reimplemented from basicField.
| string& boolField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
bool boolField::m_field [private] |
Definition at line 267 of file openFields.h.
Referenced by format(), get(), operator=(), set(), and svrFormat().
1.5.5