#include <string>
#include <vector>
#include "base.h"
#include "exceptions.h"
#include "pooldriver.h"
#include "utils/extensible.h"
Include dependency graph for poolmanager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | dmlite |
Classes | |
struct | dmlite::Pool |
Internal interface for handling pool metadata. More... | |
class | dmlite::PoolManager |
Interface for pool types. More... | |
class | dmlite::PoolManagerFactory |
Plug-ins must implement a concrete factory to be instantiated. More... |