IceManager.h File Reference
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/util/CPPUtility/GetTypeString.h>
#include <Ice/Object.h>
#include <Ice/Proxy.h>
#include <Ice/Properties.h>
#include <IceUtil/Handle.h>
#include <IceUtil/Shared.h>
#include <stdexcept>
#include <string>
#include <typeinfo>
#include <utility>
#include <vector>
+ Include dependency graph for IceManager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IceManager
 The IceManager class provides simplified access to commonly used Ice features. More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 Ice
 
 IceGrid
 
 IceProxy
 
 IceProxy::IceGrid
 
 IceProxy::IceStorm
 
 IceStorm
 

Typedefs

using CommunicatorPtr = ::IceInternal::Handle< ::Ice::Communicator >
 
using ObjectAdapterPtr = ::IceInternal::Handle< ::Ice::ObjectAdapter >
 
using ObjectHandles = std::pair< Ice::ObjectPrx, Ice::ObjectAdapterPtr >
 Object handles pair which contains the object proxy and its adapter. More...
 
using RegistryPrx = ::IceInternal::ProxyHandle< ::IceProxy::IceGrid::Registry >
 
using TopicManagerPrx = ::IceInternal::ProxyHandle< ::IceProxy::IceStorm::TopicManager >
 
using TopicPrx = ::IceInternal::ProxyHandle< ::IceProxy::IceStorm::Topic >