davix  0.3.4
Public Member Functions | Data Fields
Davix::StatInfo Struct Reference

Public Member Functions

void fromPosixStat (const struct stat &st)
 struct converter from POSIX stat
 
struct stat & toPosixStat (struct stat &st)
 struct converter to POSIX stat
 

Data Fields

dav_size_t size
 size in bytes of the resource
 
dav_ssize_t nlink
 
mode_t mode
 
time_t atime
 access time
 
time_t mtime
 modification time
 
time_t ctime
 creation time
 

Field Documentation

mode_t Davix::StatInfo::mode

POSIX rights of the resource optional, supported with some Webdav servers

Referenced by fromPosixStat(), and toPosixStat().

dav_ssize_t Davix::StatInfo::nlink

number of links to the resource optional

Referenced by fromPosixStat(), and toPosixStat().


The documentation for this struct was generated from the following file: