#include <XrdClFinalOperation.hh>
Public Member Functions | |
| FinalOperation (std::function< void(const XRootDStatus &)> final) | |
Friends | |
| template<template< bool > class Derived, bool HasHndl, typename HdlrFactory, typename ... Args> | |
| class | ConcreteOperation |
Final operation in the pipeline, always executed, no matter if the pipeline failed or not.
Used to manage resources.
Definition at line 41 of file XrdClFinalOperation.hh.
|
inline |
Constructor
| final | : the routine that should be called in order to finalize the pipeline |
Definition at line 55 of file XrdClFinalOperation.hh.
|
friend |
Definition at line 45 of file XrdClFinalOperation.hh.
References ConcreteOperation.
Referenced by ConcreteOperation.