クラス
RTC.ConnectorProfileListHolder の使用

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

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

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