ページの先頭行へ戻る
Interstage Application Server リファレンスマニュアル(API編)
Interstage

2.5 NamedValueクラス

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

class CORBA
{
        class NamedValue
        {
        public:
                const char *name(CORBA::Environment& ) const;
                Any *value(CORBA::Environment& ) const;
                Flags flags(CORBA::Environment& ) const;
        };
};