クラス
RTC.PortServiceListHolder の使用

PortServiceListHolder を使用しているパッケージ
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.util   
 

jp.go.aist.rtm.RTC.port での PortServiceListHolder の使用
 

PortServiceListHolder を返す jp.go.aist.rtm.RTC.port のメソッド
 PortServiceListHolder PortAdmin.getPortList()
          登録されているPortのリストを取得します。
 PortServiceListHolder PortAdmin.getPortServiceList()
          Port リストの取得 addPort() により登録された Port の リストを取得する。
 

jp.go.aist.rtm.RTC.util での PortServiceListHolder の使用
 

PortServiceListHolder を返す jp.go.aist.rtm.RTC.util のメソッド
static PortServiceListHolder PortListHolderFactory.clone(PortServiceListHolder rhs)
          ポートサービスリストホルダーの複製を生成する
static PortServiceListHolder PortServiceListHolderFactory.clone(PortServiceListHolder rhs)
          ポートサービスリストホルダーの複製を生成する
static PortServiceListHolder PortListHolderFactory.create()
          ポートサービスリストホルダーを生成する
static PortServiceListHolder PortServiceListHolderFactory.create()
          ポートサービスリストホルダーを生成する
 

PortServiceListHolder 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static PortServiceListHolder PortListHolderFactory.clone(PortServiceListHolder rhs)
          ポートサービスリストホルダーの複製を生成する
static PortServiceListHolder PortServiceListHolderFactory.clone(PortServiceListHolder rhs)
          ポートサービスリストホルダーの複製を生成する
static void CORBA_SeqUtil.erase_if(PortServiceListHolder seq, equalFunctor f)
          シーケンス内の条件に合致する要素を削除する
static void CORBA_SeqUtil.erase(PortServiceListHolder seq, int index)
          シーケンス内の指定された位置の要素を削除する
static int CORBA_SeqUtil.find(PortServiceListHolder seq, equalFunctor func)
          指定されたシーケンス内の指定条件に合致するPortオブジェクトの インデクスを取得する。
static operatorFunc CORBA_SeqUtil.for_each(PortServiceListHolder seq, operatorFunc func)
          CORBA sequence に対して functor を適用する。
static void CORBA_SeqUtil.push_back(PortServiceListHolder seq, PortService elem)
          シーケンスの末尾にPortServiceオブジェクトを追加する。