クラス
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()
           Get PortServiceList
 

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)
          指定されたシーケンス内の各PortServiceListHolderオブジェクトに対して、順次、指定された操作を行います。
static void CORBA_SeqUtil.push_back(PortServiceListHolder seq, PortService elem)
          シーケンスの末尾にPortServiceオブジェクトを追加します。