#include <NullableDefs.h>
Public Attributes | |
BOOL | isNull |
If this value is set, the value field will be ignored. More... | |
BOOL | value |
This value is used only if isNull is not set. Can be set to TRUE/FALSE. More... | |
BOOL NullableBool::isNull |
If this value is set, the value field will be ignored.
BOOL NullableBool::value |
This value is used only if isNull is not set. Can be set to TRUE/FALSE.