3-49
Interface Repository Framework Reference
TypeCode_print Function
Purpose
Writes all of the information contained in a given TypeCode to stdout.
IDL Syntax
void TypeCode_print ( );
Description
The TypeCode_print function can be used during program debugging to inspect the
contents of a TypeCode. It prints (in a human-readable format) all of the information
contained in the TypeCode. The format of the information shown by TypeCode_print is the
same form that could be used by a C programmer to code the corresponding
TypeCodeNew function call to create the TypeCode.
This function is a SOM-unique extension to the CORBA standard.
Parameters
tc The TypeCode to be examined.
ev A pointer to an Environment structure. The CORBA standard mandates
the use of this structure as a standard way to return exception information
when an error condition is detected.
Return Value
None. No exceptions are raised by this function.
Related Information
Functions: TypeCodeNew, TypeCode_alignment, TypeCode_copy, TypeCode_equal,
TypeCode_free, TypeCode_kind, TypeCode_param_count, TypeCode_parameter,
TypeCode_setAlignment, TypeCode_size
Kommentare zu diesen Handbüchern