|
|
#include <atomic>#include <functional>#include <map>#include <mutex>#include <queue>#include <set>#include <string>#include <thread>#include <IceUtil/UUID.h>#include <ArmarXCore/interface/core/RemoteReferenceCount.h>#include "logging/Logging.h"
Include dependency graph for RemoteReferenceCount.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| armarx::detail | |
Typedefs | |
| using | RemoteReferenceCountControlBlockManagementInterfacePtr = IceUtil::Handle< detail::RemoteReferenceCountControlBlockManagementInterface > |
| template<class FunctionType , class DataType = void> | |
| using | RemoteReferenceCountControlBlockPtr = IceUtil::Handle< RemoteReferenceCountControlBlock< FunctionType, DataType > > |
| template<class FunctionType , class DataType = void> | |
| using | SimpleRemoteReferenceCountControlBlockPtr = IceUtil::Handle< SimpleRemoteReferenceCountControlBlock< FunctionType, DataType > > |