wfut 0.2.4
A client side C++ implementation of WFUT (WorldForge Update Tool).
WFUT::FileObject Struct Reference
Collaboration diagram for WFUT::FileObject:

Public Attributes

std::string filename
 
int version
 
uLong crc32
 
long size
 
bool execute
 
bool deleted
 

Detailed Description

Definition at line 27 of file types.h.

Member Data Documentation

◆ crc32

uLong WFUT::FileObject::crc32

Definition at line 30 of file types.h.

◆ deleted

bool WFUT::FileObject::deleted

Definition at line 33 of file types.h.

◆ execute

bool WFUT::FileObject::execute

Definition at line 32 of file types.h.

◆ filename

std::string WFUT::FileObject::filename

Definition at line 28 of file types.h.

◆ size

long WFUT::FileObject::size

Definition at line 31 of file types.h.

◆ version

int WFUT::FileObject::version

Definition at line 29 of file types.h.


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