RemoteHandle.h File Reference
#include <Ice/ProxyHandle.h>
#include <ArmarXCore/interface/core/util/distributed/RemoteHandle/ClientSideRemoteHandleControlBlock.h>
#include <ArmarXCore/interface/core/util/distributed/RemoteHandle/RemoteHandleControlBlock.h>
#include "../../TemplateMetaProgramming.h"
+ Include dependency graph for RemoteHandle.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RemoteHandle< PrxType >
 The RemoteHandle class wrapps a ClientSideRemoteHandleControlBlock and can be used just as a Ice proxy. More...
 

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Functions

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)