XRootD
XrdCl::FileStateHandlerTemplate Class Reference

#include <XrdClFileStateHandler.hh>

+ Inheritance diagram for XrdCl::FileStateHandlerTemplate:
+ Collaboration diagram for XrdCl::FileStateHandlerTemplate:

Public Member Functions

 FileStateHandlerTemplate (std::shared_ptr< FileStateHandler > fhp)
 
 ~FileStateHandlerTemplate ()
 
- Public Member Functions inherited from XrdCl::ExportedFileTemplate
virtual ~ExportedFileTemplate ()
 

Public Attributes

std::weak_ptr< FileStateHandlerpTemplateFileWp
 

Detailed Description

Object passed between one file and a second with enough information to allow cloning on the first into the second

Definition at line 81 of file XrdClFileStateHandler.hh.

Constructor & Destructor Documentation

◆ FileStateHandlerTemplate()

XrdCl::FileStateHandlerTemplate::FileStateHandlerTemplate ( std::shared_ptr< FileStateHandler fhp)
inline

Definition at line 84 of file XrdClFileStateHandler.hh.

84  :
85  pTemplateFileWp(fhp) { }
std::weak_ptr< FileStateHandler > pTemplateFileWp

◆ ~FileStateHandlerTemplate()

XrdCl::FileStateHandlerTemplate::~FileStateHandlerTemplate ( )
inline

Definition at line 87 of file XrdClFileStateHandler.hh.

87 { }

Member Data Documentation

◆ pTemplateFileWp

std::weak_ptr<FileStateHandler> XrdCl::FileStateHandlerTemplate::pTemplateFileWp

The documentation for this class was generated from the following file: