CommonStorage.h File Reference
#include <mutex>
#include <memory>
#include "GridFileWrapper.h"
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/core/system/ImportExportComponent.h>
#include <ArmarXCore/core/services/tasks/PeriodicTask.h>
#include <MemoryX/interface/components/CommonStorageInterface.h>
+ Include dependency graph for CommonStorage.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommonStorage
 The CommonStorage class provides an interface to MongoDB. More...
 
class  CommonStoragePropertyDefinitions
 

Namespaces

 memoryx
 VirtualRobot headers.
 
 mongo
 

Typedefs

using CommonStoragePtr = IceUtil::Handle< CommonStorage >
 
using GridFileWrapperPtr = IceInternal::Handle< GridFileWrapper >
 
using GridFSPtr = std::shared_ptr< mongo::GridFS >