CORBA::IDLType::type

Prototypes

CORBA::TypeCode_ptr CORBA::IDLType::type(void);

Description

Retourne la description du type courant.

Exemple

#include <corba.h>
#include <oad_c.hh>
#include <impldef_c.hh>

CORBA::IDLType_ptr pIDLTypeDef;
CORBA::TypeCode_ptr pTypeCode;

...
pTypeCode=pIDLType->type();
...

Avertissement

Néant.

Voir aussi

Néant.