#include <map>
#include <vector>
#include "base.h"
#include "exceptions.h"
#include "inode.h"
#include "utils/extensible.h"
Include dependency graph for pooldriver.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::Chunk |
| Represents a chunk of a file. More... | |
| class | dmlite::PoolHandler |
| Handler for a pool. Works similary to a file handler. More... | |
| class | dmlite::PoolDriver |
| Interface for a pool driver. More... | |
| class | dmlite::PoolDriverFactory |
| PoolDriver factory. More... | |
Typedefs | |
| typedef std::vector< Chunk > | dmlite::Location |
| Represent the complete location of a file. | |
1.4.7