Object stat info.
More...
#include <XrdClXRootDResponses.hh>
◆ Flags
Flags.
| Enumerator |
|---|
| XBitSet | Executable/searchable bit set.
|
| IsDir | This is a directory.
|
| Other | Neither a file nor a directory.
|
| Offline | File is not online (ie. on disk)
|
| POSCPending | File opened with POST flag, not yet successfully closed
|
| IsReadable | Read access is allowed.
|
| IsWritable | Write access is allowed.
|
| BackUpExists | Back up copy exists.
|
◆ StatInfo()
| XrdCl::StatInfo::StatInfo |
( |
| ) |
|
◆ GetFlags()
| uint32_t XrdCl::StatInfo::GetFlags |
( |
| ) |
const |
|
inline |
◆ GetId()
| const std::string XrdCl::StatInfo::GetId |
( |
| ) |
const |
|
inline |
◆ GetModTime()
| uint64_t XrdCl::StatInfo::GetModTime |
( |
| ) |
const |
|
inline |
Get modification time (in seconds since epoch)
◆ GetModTimeAsString()
| std::string XrdCl::StatInfo::GetModTimeAsString |
( |
| ) |
const |
|
inline |
◆ GetSize()
| uint64_t XrdCl::StatInfo::GetSize |
( |
| ) |
const |
|
inline |
◆ ParseServerResponse()
| bool XrdCl::StatInfo::ParseServerResponse |
( |
const char * |
data | ) |
|
Parse server response and fill up the object.
◆ TestFlags()
| bool XrdCl::StatInfo::TestFlags |
( |
uint32_t |
flags | ) |
const |
|
inline |
◆ pFlags
| uint32_t XrdCl::StatInfo::pFlags |
|
private |
◆ pId
| std::string XrdCl::StatInfo::pId |
|
private |
◆ pModTime
| uint64_t XrdCl::StatInfo::pModTime |
|
private |
◆ pSize
| uint64_t XrdCl::StatInfo::pSize |
|
private |
The documentation for this class was generated from the following file: