11.3.10 ポインタタイプ<interface_name>_ptr定義

IDLコンパイラは,常にポインタタイプ定義を提供します。コードサンプル11-9にexampleクラスのタイプ定義を示します。

コードサンプル11-9 example_c.hh生成ファイルの_ptrタイプ(C++)

typedef example *example_ptr;