|
#include <set>
#include <queue>
#include <map>
#include <atomic>
#include <functional>
#include <string>
#include <mutex>
#include <thread>
#include <IceUtil/UUID.h>
#include <ArmarXCore/interface/core/RemoteReferenceCount.h>
#include "logging/Logging.h"
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 > > |