![]() |
XRootD
|
Directory entry. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
ListEntry (const std::string &hostAddress, const std::string &name, StatInfo *statInfo=0) | |
Constructor. More... | |
~ListEntry () | |
Destructor. More... | |
const std::string & | GetHostAddress () const |
Get host address. More... | |
const std::string & | GetName () const |
Get file name. More... | |
StatInfo * | GetStatInfo () |
Get the stat info object. More... | |
const StatInfo * | GetStatInfo () const |
Get the stat info object. More... | |
void | SetStatInfo (StatInfo *info) |
Set the stat info object (and transfer the ownership) More... | |
Directory entry.
Definition at line 656 of file XrdClXRootDResponses.hh.
|
inline |
Constructor.
Definition at line 662 of file XrdClXRootDResponses.hh.
|
inline |
Destructor.
Definition at line 673 of file XrdClXRootDResponses.hh.
|
inline |
Get host address.
Definition at line 681 of file XrdClXRootDResponses.hh.
|
inline |
Get file name.
Definition at line 689 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), IndexRemote(), and XrdPosixDir::nextEntry().
|
inline |
Get the stat info object.
Definition at line 697 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), and IndexRemote().
|
inline |
Get the stat info object.
Definition at line 705 of file XrdClXRootDResponses.hh.
|
inline |
Set the stat info object (and transfer the ownership)
Definition at line 713 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::DirectoryList::ParseServerResponse().