39 virtual int modelId(
void)
const;
42 virtual int bytes(
void)
const;
45 virtual void reset(
void);
int myBytesStreamed
Definition: DtModelIdAndStreamedBytesTracker.h:49
virtual void reset(void)
set to model id & streamed bytes to (-1, 0)
DtModelIdAndStreamedBytesTracker & operator=(const DtModelIdAndStreamedBytesTracker &)=delete
prevent assignment
Definition: DtModelIdAndStreamedBytesTracker.h:18
DtModelIdAndStreamedBytesTracker()
constructor
virtual ~DtModelIdAndStreamedBytesTracker()
destructor
virtual int modelId(void) const
get the model id
virtual void set(int id, int bytes)
set the values of the model id & the streamed number of bytes
Contains DLL export macros.
int myModelId
Definition: DtModelIdAndStreamedBytesTracker.h:48
virtual int bytes(void) const
get the bytes transfered so far