Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::TypeCode_ptr CORBA::Any::type() const

Synopsis

TypeCode accessor for Any.

C++ Binding

CORBA::TypeCode_ptr CORBA::Any::type(); 

Arguments

None.

Description

This function returns the TypeCode_ptr pseudo-object reference of the TypeCode object associated with the Any. The TypeCode_ptr pseudo-object reference must be released by the CORBA::release member function or must be assigned to a TypeCode_var to be automatically released.

Return Values

TypeCode_ptr contained in the Any.

 

Skip navigation bar  Back to Top Previous Next