J-Integra® Espresso Programming Documentation (API)

Any.extract_wchar Method

Extracts the wchar in this Any object's value field.

char extract_wchar();

Parameters

none

Return Value

the wchar stored in this Any object.

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.BAD_OPERATION An error occurs if this Any object contains something other than a wchar or the value field has not yet been set.

See Also

Any Interface | Any Members | Ics Namespace