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

StatInfo structcontainer 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
 
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
 

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

Referenced by toPosixStat().

dav_ssize_t Davix::StatInfo::nlink

number of links to the resource optional

Referenced by toPosixStat().


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