Davix::StatInfo Struct Reference

StatInfo struct

container for base file meta-data, plateform agnostic stat struct. More...

#include <davix_file_types.hpp>


Public Member Functions

void fromPosixStat (const struct stat &st)
 struct converter from POSIX stat
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


Detailed Description

StatInfo struct

container for base file meta-data, plateform agnostic stat struct.


Field Documentation

mode_t Davix::StatInfo::mode

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

dav_ssize_t Davix::StatInfo::nlink

number of links to the resource optional


The documentation for this struct was generated from the following file:
Generated on 13 Aug 2014 for davix by  doxygen 1.4.7