XRootD
Loading...
Searching...
No Matches
XrdCl::FileSystemImpl Struct Reference

Implementation holding the data members. More...

+ Collaboration diagram for XrdCl::FileSystemImpl:

Public Member Functions

 FileSystemImpl (const URL &url)
 

Public Attributes

std::shared_ptr< FileSystemDatafsdata
 

Detailed Description

Implementation holding the data members.

Definition at line 1014 of file XrdClFileSystem.cc.

Constructor & Destructor Documentation

◆ FileSystemImpl()

XrdCl::FileSystemImpl::FileSystemImpl ( const URL & url)
inline

Definition at line 1016 of file XrdClFileSystem.cc.

1016 :
1017 fsdata( std::make_shared<FileSystemData>( url ) )
1018 {
1019 }
std::shared_ptr< FileSystemData > fsdata

References fsdata.

Member Data Documentation

◆ fsdata

std::shared_ptr<FileSystemData> XrdCl::FileSystemImpl::fsdata

Definition at line 1021 of file XrdClFileSystem.cc.

Referenced by FileSystemImpl().


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