webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
WebCore::ListResult Struct Reference

#include <FTPDirectoryParser.h>

Public Member Functions

 ListResult ()
 
void clear ()
 

Public Attributes

bool valid
 
FTPEntryType type
 
const char * filename
 
uint32_t filenameLength
 
const char * linkname
 
uint32_t linknameLength
 
String fileSize
 
FTPTime modifiedTime
 
bool caseSensitive
 

Constructor & Destructor Documentation

◆ ListResult()

WebCore::ListResult::ListResult ( )
inline

Member Function Documentation

◆ clear()

void WebCore::ListResult::clear ( )
inline

Member Data Documentation

◆ caseSensitive

bool WebCore::ListResult::caseSensitive

◆ filename

const char* WebCore::ListResult::filename

◆ filenameLength

uint32_t WebCore::ListResult::filenameLength

◆ fileSize

String WebCore::ListResult::fileSize

◆ linkname

const char* WebCore::ListResult::linkname

◆ linknameLength

uint32_t WebCore::ListResult::linknameLength

◆ modifiedTime

FTPTime WebCore::ListResult::modifiedTime

◆ type

FTPEntryType WebCore::ListResult::type

◆ valid

bool WebCore::ListResult::valid

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