#include <sys/types.h>#include <mutex>#include <memory>#include "IXrdCephBufferAlg.hh"#include "ICephIOAdapter.hh"#include "BufferUtils.hh"Go to the source code of this file.
Classes | |
| class | XrdCephBuffer::XrdCephBufferAlgSimple |
Namespaces | |
| namespace | XrdCephBuffer |
| is a simple implementation of IXrdCephBufferData using std::vector<char> representation for the buffer | |