| 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 | |
| static FDO_API FdoBooleanValue * | Create (bool value) |
| Constructs a default instance of an FdoBooleanValue using the specified arguments. | |
| static FDO_API FdoBooleanValue * | Create () |
| Constructs a default instance of an FdoBooleanValue with a value of null. | |
Protected Attributes | |
| bool | m_data |
| Comments or suggestions? Send us feedback. |