Remoto - VFS: VFS_mongo.h File Reference
Remoto - VFS
VFS_mongo.h File Reference
#include "VFS_datastore/VFS_datastore.h"
#include <stdexcept>
#include <mongocxx/instance.hpp>
#include <mongocxx/database.hpp>
#include <mongocxx/client.hpp>
#include <mongocxx/uri.hpp>

Go to the source code of this file.

Classes

class  VFS_mongo
 A VFS_datastore subclass for accessing data in Mongo. More...
 
class  VFS_mongo_cache_entry
 A subclass of VFS_datastore_cache_entry, used for mongo database access. More...
 
class  VFS_mongo_collectionException
 A subclass of VFS_mongo_exception signalling a problem with the collection path of an operation. More...
 
class  VFS_mongo_directoryException
 A subclass of VFS_mongo_exception signalling a problem with the path of a read or write operation. More...
 
class  VFS_mongo_entryException
 A subclass of VFS_mongo_exception signalling a problem with the path of a read or write operation. More...
 
class  VFS_mongo_exception
 Base class for VFS_mongo_exception subclasses. More...