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 1021 of file XrdClFileSystem.cc.

Constructor & Destructor Documentation

◆ FileSystemImpl()

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

Definition at line 1023 of file XrdClFileSystem.cc.

1023 :
1024 fsdata( std::make_shared<FileSystemData>( url ) )
1025 {
1026 }
std::shared_ptr< FileSystemData > fsdata

References fsdata.

Member Data Documentation

◆ fsdata

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

Definition at line 1028 of file XrdClFileSystem.cc.

Referenced by FileSystemImpl().


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