| FDO API Reference | Feature Data Objects |
#include <StringValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoStringValue:
Definition at line 32 of file StringValue.h.
Public Member Functions | |
| FDO_API FdoDataType | GetDataType () |
| Gets the data type of the FdoStringValue. | |
| FDO_API FdoString * | GetString () |
| Gets the FdoStringValue as a string. | |
| FDO_API | operator wchar_t * () |
| A cast operator to get the string. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoStringValue to the appropriate expression processor operation. | |
| FDO_API void | SetNull () |
| Sets the FdoStringValue to a null value. | |
| FDO_API void | SetString (FdoString *value) |
| Sets the FdoStringValue as a string. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoStringValue * | Create (FdoString *value) |
| Constructs a default instance of an FdoStringValue using the specified arguments. | |
| FDO_API FdoStringValue * | Create () |
| Constructs a default instance of an FdoStringValue with a value of null. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| virtual FdoCompareType | DoCompare (FdoDataValue *other) |
| Type-specific comparison function. Each sub-class has its own implementation. | |
| FdoStringValue (FdoString *value) | |
| Constructs a default instance of an FdoStringValue using the specified arguments. | |
| FdoStringValue () | |
| DOXYGEN-IGNORE Constructs a default instance of an FdoStringValue with a value of null. | |
| virtual | ~FdoStringValue () |
| Default destructor for FdoStringValue. | |
Protected Attributes | |
| size_t | m_allocatedSize |
| wchar_t * | m_data |
|
|
DOXYGEN-IGNORE Constructs a default instance of an FdoStringValue with a value of null.
|
|
|
Constructs a default instance of an FdoStringValue using the specified arguments.
|
|
|
Default destructor for FdoStringValue.
|
|
|
Constructs a default instance of an FdoStringValue using the specified arguments.
Reimplemented from FdoDataValue. |
|
|
Constructs a default instance of an FdoStringValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Type-specific comparison function. Each sub-class has its own implementation.
Reimplemented from FdoDataValue. |
|
|
Gets the data type of the FdoStringValue.
Implements FdoDataValue. |
|
|
Gets the FdoStringValue as a string.
|
|
|
A cast operator to get the string.
Definition at line 139 of file StringValue.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoStringValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the FdoStringValue to a null value.
Reimplemented from FdoDataValue. |
|
|
Sets the FdoStringValue as a string.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
Definition at line 149 of file StringValue.h. |
|
|
Definition at line 148 of file StringValue.h. |
| Comments or suggestions? Send us feedback. |