ewmscp
..
|
#include <libsshCommon.h>
Public Member Functions | |
genericSftpStat (const sftp_attributes_struct &attrs, const sftp_statvfs_struct &vfsStat) | |
![]() | |
genericStat (const struct stat &statBuf, const clock_type::duration &aTimeResolution) | |
genericStat (const struct stat64 &statBuf, const clock_type::duration &aTimeResolution) | |
genericStat () | |
void | getAtime (struct timespec &spec) const |
void | getMtime (struct timespec &spec) const |
void | getAtime (struct timeval &spec) const |
void | getMtime (struct timeval &spec) const |
void | getAtime (std::string &spec) const |
void | getMtime (std::string &spec) const |
clock_type::time_point | getMtime () const |
bool | isNewerThan (const genericStat &that) const |
bool | isSameMtimeAs (const genericStat &that) const |
bool | isDir () const |
bool | isLink () const |
bool | isRegularFile () const |
Additional Inherited Members | |
![]() | |
typedef std::chrono::system_clock | clock_type |
![]() | |
dev_t | device |
size_t | size |
size_t | sizeOnDisk |
size_t | blksize |
clock_type::time_point | aTime |
clock_type::time_point | mTime |
clock_type::duration | timeResolution |
mode_t | mode |
uid_t | ownerUid |
gid_t | ownerGid |
Definition at line 16 of file libsshCommon.h.
genericSftpStat::genericSftpStat | ( | const sftp_attributes_struct & | attrs, |
const sftp_statvfs_struct & | vfsStat | ||
) |
Definition at line 10 of file libsshCommon.cpp.
References genericStat::aTime, genericStat::blksize, genericStat::device, genericStat::mode, genericStat::mTime, genericStat::ownerGid, genericStat::ownerUid, genericStat::size, genericStat::sizeOnDisk, and genericStat::timeResolution.