Deprecated. Use a combination of create_recursive_tc and create_sequence_tc instead.
Creates a TypeCode object representing a a recursive IDL sequence.
In following code sample, the offset parameter for creating the sequence would be 1:
struct GraphNode
{
long value;
sequence <GraphNode> nodes;
};
TypeCode object that describes the
elements of this sequence.
the newly-created TypeCode object describing a recursive sequence.
create_recursive_tc |create_sequence_tc |ORB Interface | ORB Members | Ics Namespace