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