#include <Ice/ProxyHandle.h>
#include <ArmarXCore/interface/core/util/distributed/RemoteHandle/RemoteHandleControlBlock.h>
#include <ArmarXCore/interface/core/util/distributed/RemoteHandle/ClientSideRemoteHandleControlBlock.h>
#include "../../TemplateMetaProgramming.h"
Go to the source code of this file.
|
template<class PrxTA , class PrxTB > |
bool | operator!= (const RemoteHandle< PrxTA > &fst, const RemoteHandle< PrxTB > &snd) |
|
template<class PrxTA , class PrxTB > |
bool | operator< (const RemoteHandle< PrxTA > &fst, const RemoteHandle< PrxTB > &snd) |
|
template<class PrxTA , class PrxTB > |
bool | operator<= (const RemoteHandle< PrxTA > &fst, const RemoteHandle< PrxTB > &snd) |
|
template<class PrxTA , class PrxTB > |
bool | operator== (const RemoteHandle< PrxTA > &fst, const RemoteHandle< PrxTB > &snd) |
|
template<class PrxTA , class PrxTB > |
bool | operator> (const RemoteHandle< PrxTA > &fst, const RemoteHandle< PrxTB > &snd) |
|
template<class PrxTA , class PrxTB > |
bool | operator>= (const RemoteHandle< PrxTA > &fst, const RemoteHandle< PrxTB > &snd) |
|