XBinder
Version 2.6.x
|
Implementation of a generic value type for encoding and decoding values without schema. More...
#include "rtxsrc/rtxContext.h"
Go to the source code of this file.
Functions | |
EXTERNRT int | rtxGenValueCompare (OSCTXT *pctxt, const OSRTGenValue *pvalue1, const OSRTGenValue *pvalue2) |
This function compares two generic values for equality. More... | |
EXTERNRT const char * | rtxGenValueGetIdent (OSRTDataType id) |
This function returns a textual identifier for the given enumerated value type. More... | |
Implementation of a generic value type for encoding and decoding values without schema.
Definition in file rtxGenValueType.h.
EXTERNRT int rtxGenValueCompare | ( | OSCTXT * | pctxt, |
const OSRTGenValue * | pvalue1, | ||
const OSRTGenValue * | pvalue2 | ||
) |
This function compares two generic values for equality.
Information on values in the structure that are not equal are returned on the error list within the context.
pctxt | Pointer to a context structure. |
pvalue1 | Pointer to first value to compare. |
pvalue2 | Pointer to second value to compare. |
EXTERNRT const char* rtxGenValueGetIdent | ( | OSRTDataType | id | ) |
This function returns a textual identifier for the given enumerated value type.
id | Enumerated data type identifier (OSRTDataType) |