CORBA::ConstantDef::type_def

Prototypes

CORBA::IDLType_ptr CORBA::ConstantDef::type_def(void);

Description

Retourne le type de la constante courante.

Exemple

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

CORBA::AliasDef_ptr pConstantDef;
CORBA::IDLType_ptr pType;

...
pType=pConstantDef->type_def();
...

Avertissement

NĂ©ant.

Voir aussi

CORBA::ConstantDef::name pour lire le nom de la constante.
CORBA::ConstantDef::value pour lire la valeur de la constante.