![]() |
Overview Categorizes the abstract data type described by a TypeCode. Original class CORBA::TypeCode Exceptions CORBA::SystemException
Intended Usage
The kind method can be invoked on all TypeCodes. The kind method is used to classify a TypeCode into one of the categories listed in the TCKind enumeration. Based on the "kind" classification, a TypeCode may contain zero or more additional parameters to fully describe the underlying data type. See the TypeCode class description for a list of legal TypeCode kinds and parameters.
IDL Syntax
CORBA::TCKind kind() const;
Input parameters
None.
Return values
- CORBA::TCKind
- TCKind enumeration value.