|
xrootd
|
#include <memory>#include <stdexcept>#include <sstream>#include <tuple>#include <future>#include "XrdCl/XrdClXRootDResponses.hh"#include "XrdCl/XrdClOperationHandlers.hh"#include "XrdClArg.hh"#include "XrdSys/XrdSysPthread.hh"

Go to the source code of this file.
Classes | |
| class | XrdCl::PipelineHandler |
| class | XrdCl::Operation< HasHndl > |
| class | XrdCl::Pipeline |
| class | XrdCl::ConcreteOperation< Derived, HasHndl, HdlrFactory, Args > |
Namespaces | |
| XrdCl | |
Typedefs | |
| typedef std::function< Operation< true > *(const XRootDStatus &)> | XrdCl::rcvry_func |
| Type of the recovery function to be provided by the user. More... | |
Functions | |
| std::future< XRootDStatus > | XrdCl::Async (Pipeline pipeline) |
| XRootDStatus | XrdCl::WaitFor (Pipeline pipeline) |