![]() |
XRootD
|
#include <sys/types.h>
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 | |