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