|
XRootD
|
Directory entry. More...
#include <XrdClXRootDResponses.hh>
Collaboration diagram for XrdCl::DirectoryList::ListEntry: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 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().
Here is the caller graph for this function:
|
inline |
Get the stat info object.
Definition at line 697 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileSystem::DirList(), and IndexRemote().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function: