Public Attributes

FileListNode Struct Reference

Represents once instance of a file. More...

#include <FileList.h>

Collaboration diagram for FileListNode:
Collaboration graph
[legend]

List of all members.

Public Attributes

RakNet::RakString filename
 Name of the file.
RakNet::RakString fullPathToFile
 Full path to the file, which may be different than filename.
char * data
 File data (may be null if not ready).
BitSize_t dataLengthBytes
 Length of data. May be greater than fileLength if prepended with a file hash.
unsigned fileLengthBytes
 Length of the file.
FileListNodeContext context
 User specific data for whatever, describing this file.
bool isAReference
 If true, data and dataLengthBytes should be empty. This is just storing the filename.

Detailed Description

Represents once instance of a file.

Definition at line 27 of file FileList.h.


Member Data Documentation

User specific data for whatever, describing this file.

Definition at line 45 of file FileList.h.

File data (may be null if not ready).

Definition at line 36 of file FileList.h.

Length of data. May be greater than fileLength if prepended with a file hash.

Definition at line 39 of file FileList.h.

Length of the file.

Definition at line 42 of file FileList.h.

Name of the file.

Definition at line 30 of file FileList.h.

Full path to the file, which may be different than filename.

Definition at line 33 of file FileList.h.

If true, data and dataLengthBytes should be empty. This is just storing the filename.

Definition at line 48 of file FileList.h.


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