|
XRootD
|
#include <sys/types.h>
Include dependency graph for IXrdCephBufferData.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | XrdCephBuffer::IXrdCephBufferData |
| Interface to the Buffer's physical representation. Allow an interface to encapsulate the requirements of a buffer's memory, without worrying about the details. Various options exist for the specific buffer implemented, and are left to the sub-classes. More... | |
Namespaces | |
| XrdCephBuffer | |
| is a simple implementation of IXrdCephBufferData using std::vector<char> representation for the buffer | |