My Project
|
interface of processor worker data More...
#include <IDataLoader.h>
Public Member Functions | |
virtual int | GetProcessorQueueID () |
virtual void * | GetCurlInterface (int nID=0) |
get the libcurl easy interface that this thread is related to. More... | |
virtual void | AddBytesProcessed (int nBytesProcessed) |
add number of bytes processed. More... | |
virtual int | GetBytesProcessed () |
get total number of bytes processed. More... | |
interface of processor worker data
|
inlinevirtual |
add number of bytes processed.
this function can be called by the IDataProcessor for statistics
|
inlinevirtual |
get total number of bytes processed.
|
inlinevirtual |
get the libcurl easy interface that this thread is related to.
Normally there is only one curl interface per thread. curl interface is created on demand.
nID | reserved for future use in case there are multiple curl interface per thread. |