Public Member Functions

FLP_Printf Class Reference

Implementation of FileListProgress to use RAKNET_DEBUG_PRINTF. More...

#include <FileList.h>

Inherits FileListProgress.

Collaboration diagram for FLP_Printf:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FLP_Printf ()
virtual ~FLP_Printf ()
virtual void OnAddFilesFromDirectoryStarted (FileList *fileList, char *dir)
 First callback called when FileList::AddFilesFromDirectory() starts.
virtual void OnDirectory (FileList *fileList, char *dir, unsigned int directoriesRemaining)
 Called for each directory, when that directory begins processing.

Detailed Description

Implementation of FileListProgress to use RAKNET_DEBUG_PRINTF.

Definition at line 103 of file FileList.h.


Constructor & Destructor Documentation

FLP_Printf::FLP_Printf (  )  [inline]

Definition at line 106 of file FileList.h.

virtual FLP_Printf::~FLP_Printf (  )  [inline, virtual]

Definition at line 107 of file FileList.h.


Member Function Documentation

void FLP_Printf::OnAddFilesFromDirectoryStarted ( FileList fileList,
char *  dir 
) [virtual]

First callback called when FileList::AddFilesFromDirectory() starts.

Reimplemented from FileListProgress.

Definition at line 55 of file FileList.cpp.

void FLP_Printf::OnDirectory ( FileList fileList,
char *  dir,
unsigned int  directoriesRemaining 
) [virtual]

Called for each directory, when that directory begins processing.

Reimplemented from FileListProgress.

Definition at line 60 of file FileList.cpp.


The documentation for this class was generated from the following files: