クラス
RTC.ExecutionContextServiceListHolder の使用

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

jp.go.aist.rtm.RTC での ExecutionContextServiceListHolder の使用
 

ExecutionContextServiceListHolder として宣言されている jp.go.aist.rtm.RTC のフィールド
protected  ExecutionContextServiceListHolder RTObject_impl.m_ecMine
          自分がownerのExecutionContextService のリスト
protected  ExecutionContextServiceListHolder RTObject_impl.m_ecOther
          参加しているExecutionContextService のリスト
 

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

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