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). | |
Private Attributes | |
| std::string | pHostAddress |
| std::string | pName |
| StatInfo * | pStatInfo |
Directory entry.
| XrdCl::DirectoryList::ListEntry::ListEntry | ( | const std::string & | hostAddress, | |
| const std::string & | name, | |||
| StatInfo * | statInfo = 0 | |||
| ) | [inline] |
Constructor.
| XrdCl::DirectoryList::ListEntry::~ListEntry | ( | ) | [inline] |
Destructor.
References pStatInfo.
| const std::string& XrdCl::DirectoryList::ListEntry::GetHostAddress | ( | ) | const [inline] |
Get host address.
References pHostAddress.
| const std::string& XrdCl::DirectoryList::ListEntry::GetName | ( | ) | const [inline] |
Get file name.
References pName.
| const StatInfo* XrdCl::DirectoryList::ListEntry::GetStatInfo | ( | ) | const [inline] |
Get the stat info object.
References pStatInfo.
| StatInfo* XrdCl::DirectoryList::ListEntry::GetStatInfo | ( | ) | [inline] |
Get the stat info object.
References pStatInfo.
| void XrdCl::DirectoryList::ListEntry::SetStatInfo | ( | StatInfo * | info | ) | [inline] |
Set the stat info object (and transfer the ownership).
References pStatInfo.
std::string XrdCl::DirectoryList::ListEntry::pHostAddress [private] |
Referenced by GetHostAddress().
std::string XrdCl::DirectoryList::ListEntry::pName [private] |
Referenced by GetName().
Referenced by GetStatInfo(), SetStatInfo(), and ~ListEntry().
1.6.1