webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Public Attributes | List of all members
WebCore::FileMetadata Struct Reference

#include <FileMetadata.h>

Public Types

enum  Type { TypeUnknown = 0, TypeFile, TypeDirectory }
 

Public Member Functions

 FileMetadata ()
 

Public Attributes

double modificationTime
 
long long length
 
Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
TypeUnknown 
TypeFile 
TypeDirectory 

Constructor & Destructor Documentation

◆ FileMetadata()

WebCore::FileMetadata::FileMetadata ( )
inline

Member Data Documentation

◆ length

long long WebCore::FileMetadata::length

◆ modificationTime

double WebCore::FileMetadata::modificationTime

◆ type

Type WebCore::FileMetadata::type

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