Uses of Class
RTC.RTCListHolder

Packages that use RTCListHolder
jp.go.aist.rtm.RTC.util   
 

Uses of RTCListHolder in jp.go.aist.rtm.RTC.util
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type RTCListHolder
static void CORBA_SeqUtil.erase(RTCListHolder seq, int index)
           Erase the element of the specified index
static int CORBA_SeqUtil.find(RTCListHolder seq, equalFunctor f)
           Return the index of CORBA sequence element that functor matches
static void CORBA_SeqUtil.push_back_list(RTCListHolder seq1, RTCListHolder seq2)
           Adds another RTC.RTObject object sequence to the end of the sequence.
static void CORBA_SeqUtil.push_back(RTCListHolder seq, RTObject elem)
           Adds RTObject at the end of CORBA sequence.