This module contains some functions that gives support in creating IDL typecodes that can be used in for example the any types typecode field. For the simple types it is meaningless to use this API but the functions exist to get the interface complete.
The type
These functions return the IDL typecodes for simple types.
Function returns the IDL typecode for object_reference.
Function returns the IDL typecode for struct.
Function returns the IDL typecode for union.
Function returns the IDL typecode for enum.
Function returns the IDL typecode for string.
Function returns the IDL typecode for wstring.
Function returns the IDL typecode for fixed.
Function returns the IDL typecode for sequence.
Function returns the IDL typecode for array.
Function returns the IDL typecode for alias.
Function returns the IDL typecode for exception.
If the get_tc/1 gets a record that is and IDL specified struct, union or exception as a parameter it returns the typecode.
If the parameter is a repository ID it uses the Interface Repository to get the typecode.
Function checks the syntax of an IDL typecode.