IceManager.h File Reference
#include <stdexcept>
#include <string>
#include <typeinfo>
#include <utility>
#include <vector>
#include <Ice/Object.h>
#include <Ice/Properties.h>
#include <Ice/Proxy.h>
#include <IceUtil/Handle.h>
#include <IceUtil/Shared.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/util/CPPUtility/GetTypeString.h>
+ 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

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  Ice
 
namespace  IceGrid
 
namespace  IceProxy
 
namespace  IceProxy::IceGrid
 
namespace  IceProxy::IceStorm
 
namespace  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.
 
using RegistryPrx = ::IceInternal::ProxyHandle<::IceProxy::IceGrid::Registry>
 
using TopicManagerPrx = ::IceInternal::ProxyHandle<::IceProxy::IceStorm::TopicManager>
 
using TopicPrx = ::IceInternal::ProxyHandle<::IceProxy::IceStorm::Topic>