Uses of Class
RTC.ConnectorProfileListHolder

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

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

Methods in jp.go.aist.rtm.RTC.util with parameters of type ConnectorProfileListHolder
static void CORBA_SeqUtil.erase(ConnectorProfileListHolder seq, int index)
           Erase the element of the specified index
static int CORBA_SeqUtil.find(ConnectorProfileListHolder seq, equalFunctor f)
           Return the index of CORBA sequence element that functor matches
static operatorFunc CORBA_SeqUtil.for_each(ConnectorProfileListHolder seq, operatorFunc func)
           Apply the functor to all CORBA sequence elements
static void CORBA_SeqUtil.push_back(ConnectorProfileListHolder seq, ConnectorProfile elem)
           Adds ConnectorProfile at the end of CORBA sequence.