Uses of Interface
jp.go.aist.rtm.RTC.util.equalFunctor

Packages that use equalFunctor
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
 

Uses of equalFunctor in jp.go.aist.rtm.RTC
 

Classes in jp.go.aist.rtm.RTC that implement equalFunctor
(package private)  class Manager.ECFactoryPredicate
           Helper class to find ECFactory
protected  class Manager.FactoryPredicate
           Helper class to find Factory
protected  class Manager.InstanceName
           Helper class to find Object
(package private)  class RTObject_impl.ec_find
           Functor to find ExecutionContext
(package private)  class RTObject_impl.nv_name
           Functor to find NVList
 

Methods in jp.go.aist.rtm.RTC with parameters of type equalFunctor
 TARGET ObjectManager.find(equalFunctor equalFunc)
           Find the object
 boolean ObjectManager.registerObject(TARGET obj, equalFunctor equalFunc)
           Register the specified object
 TARGET ObjectManager.unregisterObject(equalFunctor equalFunc)
           Unregister the specified object
 

Uses of equalFunctor in jp.go.aist.rtm.RTC.port
 

Classes in jp.go.aist.rtm.RTC.port that implement equalFunctor
protected  class PortAdmin.find_port
           
protected  class PortAdmin.find_port_name
           
protected  class PortBase.find_conn_id
          指定された接続IDを持つ接続プロファイルを検索するためのヘルパクラスです。
protected  class PortBase.find_interface
          指定されたインスタンス名と属性を持つインタフェースを検索するためのヘルパクラスです。
protected  class PortBase.find_port_ref
          指定されたPortオブジェクトと同じCORBAオブジェクト参照を持つPortオブジェクトを 検索するためのヘルパクラスです。
 

Uses of equalFunctor in jp.go.aist.rtm.RTC.SDOPackage
 

Classes in jp.go.aist.rtm.RTC.SDOPackage that implement equalFunctor
(package private)  class Organization_impl.nv_name
          
 

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

Classes in jp.go.aist.rtm.RTC.util that implement equalFunctor
(package private) static class NVUtil.nv_find
           {@.en Helper class to retrieve NameValue.
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type equalFunctor
static void CORBA_SeqUtil.erase_if(NVListHolder seq, equalFunctor func)
           Remove an element of a sequence according to a predicate
static void CORBA_SeqUtil.erase_if(PortServiceListHolder seq, equalFunctor f)
           Remove an element of a sequence according to a predicate
static int CORBA_SeqUtil.find(ConnectorProfileListHolder seq, equalFunctor f)
           Return the index of CORBA sequence element that functor matches
static int CORBA_SeqUtil.find(ExecutionContextServiceListHolder seq, equalFunctor f)
           Return the index of CORBA sequence element that functor matches
static int CORBA_SeqUtil.find(ManagerListHolder seq, equalFunctor f)
           Return the index of CORBA sequence element that functor matches
static int CORBA_SeqUtil.find(NVListHolder seq, equalFunctor func)
           Return the index of CORBA sequence element that functor matches
static int CORBA_SeqUtil.find(PortInterfaceProfileListHolder seq, equalFunctor func)
           Return the index of CORBA sequence element that functor matches
static int CORBA_SeqUtil.find(PortServiceListHolder seq, equalFunctor func)
           Return the index of CORBA sequence element that functor matches
static int CORBA_SeqUtil.find(RTCListHolder seq, equalFunctor f)
           Return the index of CORBA sequence element that functor matches