Uses of Class
RTM.ManagerListHolder

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

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

Methods in jp.go.aist.rtm.RTC.util with parameters of type ManagerListHolder
static void CORBA_SeqUtil.erase(ManagerListHolder seq, int index)
           Erase the element of the specified index
static int CORBA_SeqUtil.find(ManagerListHolder seq, equalFunctor f)
           Return the index of CORBA sequence element that functor matches
static void CORBA_SeqUtil.push_back(ManagerListHolder seq, Manager elem)
           Adds RTM.Manager at the end of CORBA sequence.