Interstage Application Server リファレンスマニュアル(API編)
目次 索引 前ページ次ページ

第2章 C++言語インタフェース

2.6 NVListクラス

 ここでは、動的呼び出しインタフェースで用いるNVListクラスについて説明します。

 class CORBA
     typedef NamedValue_ptr *NamedValue;

     class NVList
     {
     public:
         NamedValue_ptr add_item(const char*, Flags, CORBA::Environment& );
         NamedValue_ptr add_value(
             const char*,
             const Any&,
             Flags,
             CORBA::Environment& );
         NamedValue_ptr add(Flags, CORBA::Environment& );
         NamedValue_ptr item(Long, CORBA::Environment& );
         Status remove(Long, CORBA::Environment& );
         Status free_out_memory( CORBA::Environment& );
         Long count( CORBA::Environment& ) const;
     };
 };

下へ2.6.1 CORBA::NVList::add_item()
下へ2.6.2 CORBA::NVList::add_value()
下へ2.6.3 CORBA::NVList::add()
下へ2.6.4 CORBA::NVList::item()
下へ2.6.5 CORBA::NVList::remove()
下へ2.6.6 CORBA::NVList::free_out_memory()
下へ2.6.7 CORBA::NVList::count()

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005