shortField Class Reference

#include <openFields.h>

Inheritance diagram for shortField:

Inheritance graph
[legend]
Collaboration diagram for shortField:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 shortField (short value, bool isNull, bool isEditable, string name, string table)
 ~shortField ()
shortFieldoperator= (shortField &input)
short & get (void)
void set (short)
string & format ()
string & svrFormat ()
 shortField (short value, bool isNull, bool isEditable, string name, string table)
 ~shortField ()
shortFieldoperator= (shortField &input)
short & get (void)
void set (short)
string & format ()
string & svrFormat ()

Private Attributes

short m_field


Detailed Description

Definition at line 89 of file openFields.h.


Constructor & Destructor Documentation

shortField::shortField ( short  value,
bool  isNull,
bool  isEditable,
string  name,
string  table 
)

shortField::~shortField (  ) 

Definition at line 149 of file openFields.cpp.

shortField::shortField ( short  value,
bool  isNull,
bool  isEditable,
string  name,
string  table 
)

shortField::~shortField (  ) 


Member Function Documentation

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.


Member Data Documentation

short shortField::m_field [private]

Definition at line 91 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:53 2009 for w3systemsDevelopment by  doxygen 1.5.5