![]() |
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 657 of file XrdClXRootDResponses.hh.
|
inline |
Constructor.
Definition at line 663 of file XrdClXRootDResponses.hh.
|
inline |
Destructor.
Definition at line 674 of file XrdClXRootDResponses.hh.
|
inline |
Get host address.
Definition at line 682 of file XrdClXRootDResponses.hh.
|
inline |
Get file name.
Definition at line 690 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), IndexRemote(), and XrdPosixDir::nextEntry().
|
inline |
Get the stat info object.
Definition at line 698 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), and IndexRemote().
|
inline |
Get the stat info object.
Definition at line 706 of file XrdClXRootDResponses.hh.
|
inline |
Set the stat info object (and transfer the ownership)
Definition at line 714 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::DirectoryList::ParseServerResponse().