Directory entry. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
| ListEntry (const std::string &hostAddress, const std::string &name, StatInfo *statInfo=0) | |
| Constructor. | |
| ~ListEntry () | |
| Destructor. | |
| const std::string & | GetHostAddress () const |
| Get host address. | |
| const std::string & | GetName () const |
| Get file name. | |
| StatInfo * | GetStatInfo () |
| Get the stat info object. | |
| const StatInfo * | GetStatInfo () const |
| Get the stat info object. | |
| void | SetStatInfo (StatInfo *info) |
| Set the stat info object (and transfer the ownership). | |
Directory entry.
Definition at line 676 of file XrdClXRootDResponses.hh.
|
inline |
Constructor.
Definition at line 682 of file XrdClXRootDResponses.hh.
|
inline |
Destructor.
Definition at line 693 of file XrdClXRootDResponses.hh.
|
inline |
Get host address.
Definition at line 701 of file XrdClXRootDResponses.hh.
|
inline |
Get file name.
Definition at line 709 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), IndexRemote(), and XrdPosixDir::nextEntry().
|
inline |
Get the stat info object.
Definition at line 717 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), XrdPosixMap::Entry2Buf(), and IndexRemote().
|
inline |
Get the stat info object.
Definition at line 725 of file XrdClXRootDResponses.hh.
|
inline |
Set the stat info object (and transfer the ownership).
Definition at line 733 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::DirectoryList::ParseServerResponse().