TypeCode::content_type

Overview Returns the element type of a sequence or array, or the original type of an alias.
Original class CORBA::TypeCode
Exceptions CORBA::SystemException
CORBA::TypeCode::BadKind


Intended Usage

The content_type method can be invoked on sequence, array, and alias TypeCodes. For sequences and arrays, the content_type method returns the element type. For aliases, the content_type method returns the original type.

Syntax

  CORBA::TypeCode_ptr content_type() const;

Input parameters

None.

Return values

CORBA::TypeCode_ptr
A pointer to the element type of the sequence or array, or the original type of the alias. Ownership of the return value transfers to the caller and must be freed by calling CORBA::release(CORBA::TypeCode_ptr).

Related reference
CORBA module



Searchable topic ID:   rcor_modtc3
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modtc3.html

Library | Support | Terms of Use | Feedback