| FDO API Reference | Feature Data Objects |
#include <BooleanValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoBooleanValue:
Definition at line 32 of file BooleanValue.h.
Public Member Functions | |
| FDO_API bool | GetBoolean () |
| Gets the FdoBooleanValue. | |
| FDO_API FdoDataType | GetDataType () |
| Gets the data type of the FdoBooleanValue. | |
| FDO_API | operator bool () |
| A cast operator to get the Boolean value. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoBooleanValue to the appropriate expression processor operation. | |
| FDO_API void | SetBoolean (bool value) |
| Sets the Boolean value. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoBooleanValue * | Create (bool value) |
| Constructs a default instance of an FdoBooleanValue using the specified arguments. | |
| FDO_API FdoBooleanValue * | Create () |
| Constructs a default instance of an FdoBooleanValue with a value of null. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoBooleanValue (bool value) | |
| Constructs a default instance of an FdoBooleanValue using the specified arguments. | |
| FdoBooleanValue () | |
| DOXYGEN-IGNORE Constructs a default instance of an FdoBooleanValue with a value of null. | |
| virtual | ~FdoBooleanValue () |
| Default destructor for FdoBooleanValue. | |
Protected Attributes | |
| bool | m_data |
|
|
DOXYGEN-IGNORE Constructs a default instance of an FdoBooleanValue with a value of null.
|
|
|
Constructs a default instance of an FdoBooleanValue using the specified arguments.
|
|
|
Default destructor for FdoBooleanValue.
|
|
|
Constructs a default instance of an FdoBooleanValue using the specified arguments.
Reimplemented from FdoDataValue. |
|
|
Constructs a default instance of an FdoBooleanValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the FdoBooleanValue.
|
|
|
Gets the data type of the FdoBooleanValue.
Implements FdoDataValue. |
|
|
A cast operator to get the Boolean value.
Definition at line 142 of file BooleanValue.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoBooleanValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the Boolean value.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
Definition at line 148 of file BooleanValue.h. |
| Comments or suggestions? Send us feedback. |