boolField Class Reference

#include <openFields.h>

Inheritance diagram for boolField:

Inheritance graph
[legend]
Collaboration diagram for boolField:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 boolField (bool value, bool isNull, bool isEditable, string name, string table)
 ~boolField ()
boolFieldoperator= (boolField &input)
bool & get (void)
void set (bool)
string & format ()
string & svrFormat ()
 boolField (bool value, bool isNull, bool isEditable, string name, string table)
 ~boolField ()
boolFieldoperator= (boolField &input)
bool & get (void)
void set (bool)
string & format ()
string & svrFormat ()

Private Attributes

bool m_field


Detailed Description

Definition at line 265 of file openFields.h.


Constructor & Destructor Documentation

boolField::boolField ( bool  value,
bool  isNull,
bool  isEditable,
string  name,
string  table 
)

boolField::~boolField (  ) 

Definition at line 757 of file openFields.cpp.

boolField::boolField ( bool  value,
bool  isNull,
bool  isEditable,
string  name,
string  table 
)

boolField::~boolField (  ) 


Member Function Documentation

boolField & boolField::operator= ( boolField input  ) 

Definition at line 760 of file openFields.cpp.

References get(), m_field, and basicField::operator=().

bool & boolField::get ( void   ) 

Definition at line 767 of file openFields.cpp.

References m_field.

Referenced by operator=().

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.

boolField& boolField::operator= ( boolField input  ) 

bool& boolField::get ( void   ) 

void boolField::set ( bool   ) 

string& boolField::format (  )  [virtual]

Reimplemented from basicField.

string& boolField::svrFormat (  )  [virtual]

Reimplemented from basicField.


Member Data Documentation

bool boolField::m_field [private]

Definition at line 267 of file openFields.h.

Referenced by format(), get(), operator=(), set(), and svrFormat().


The documentation for this class was generated from the following files:

Generated on Sat Aug 15 12:48:08 2009 for w3systemsDevelopment by  doxygen 1.5.5