Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第2章 C++言語インタフェース | > 2.14 インタフェースリポジトリクラス | > 2.14.17 InterfaceDefインタフェース |
CORBA::InterfaceDef::describe_interface
#include <orb_cplus.h> CORBA::FullInterfaceDescription *CORBA::InterfaceDef::describe_interface( CORBA::Environment& env );
InterfaceDefオブジェクトの定義情報を、継承関係の情報も含めて、FullInterfaceDescription(“型の定義”を参照)で返します。
正常終了した場合は、InterfaceDefオブジェクトの定義情報(FullInterfaceDescription)が返されます。
異常終了した場合は、SystemExceptionが発生します。
目次
索引
![]() ![]() |