Uses of Class
RTC.PortInterfaceProfileListHolder

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

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

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