#include <lknullvalue.h>
Inheritance diagram for look::LookNULLValue::

Public Methods | |
| LookNULLValue (long theColumnType=LookNULLValueID) | |
| Constructor. | |
| ~LookNULLValue (void) | |
| Destructor. | |
| LookNULLValue (const LookNULLValue &theOther) | |
| Copy constructor. | |
| LookNULLValue& | operator= (const LookNULLValue &theOther) |
| Assignment. | |
| LookTypeBase* | GetNewCopy (void) const |
| Get a new copy. More... | |
| long | GetTypeID (void) const |
| Get Type ID. More... | |
| long | GetColumnType (void) const |
| Get column type. | |
| void | SetColumnType (long theType) |
| Set column type. | |
Protected Attributes | |
| long | itsColumnType |
| Column type. More... | |
It still needs to know what column type it is.
|
|
Get a new copy. Virtual copy constructor, aka clone.
Reimplemented from look::LookTypeBase. |
|
|
Get Type ID. Pseudo-rtti, or isA.
Reimplemented from look::LookTypeBase. |
|
|
Column type. This is the type ID (from GetTypeID) of the corresponsing non-null type. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001