ManagedIceObjectDependency.h File Reference
#include <ArmarXCore/core/IceManager.h>
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/interface/core/ManagedIceObjectDependencyBase.h>
#include <Ice/Communicator.h>
#include <string>
+ Include dependency graph for ManagedIceObjectDependency.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ManagedIceObjectDependency
 The ManagedIceObjectDependency class is part of the ManagedIceObjectConnectivity. More...
 
class  ProxyDependency
 The ProxyDependency class is part of the ManagedIceObjectConnectivity. More...
 

Namespaces

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

Typedefs

using DependencyList = std::map< std::string, ManagedIceObjectDependencyPtr >
 Map of dependency names and dependecies. More...
 
using ManagedIceObjectDependencyPtr = IceUtil::Handle< ManagedIceObjectDependency >