Retrieve a list of the functions/routines registered to convert between R and CORBA/IDL types.

Usage

getCorbaConverters(to=T)

Arguments

to indicates whether we are interested in the converters from R to CORBA (TRUE) or vice-versa (FALSE)

Description

Returns a list of all the currently registered ``methods'' for converting between R and CORBA in a particular direction.

Value

A list in which each element contains information about the IDL type being converter to or from, the name of the C routine or R function and whether it is a routine or function.

Author(s)

Duncan Temple Lang

References

See Also

addCorbaConverter, removeCorbaConverter

Examples






[Package Contents]