This module contains functions that gives an interface to the CORBA any type.
Note that the
The type
The type
-record(any, {typecode, value}).
where
The create/0 function creates an empty any record and the create/2 function creates an initialized record.
This function sets the typecode of A and returns a new any record.
This function returns the typecode of A.
This function sets the value of A and returns a new any record.
This function returns the value of A.