Class CRawDataBypass#
Defined in File pssup.h
Class Documentation#
-
class CRawDataBypass#
Bypass class available during a function call. This class uses thread local storage to allow the storage of raw data bypassing the serialization.
Public Functions
-
CRawDataBypass()#
Constructor.
-
void push(const pointer<uint8_t> &rptrData)#
Add raw data to the raw data queue.
- Parameters:
rptrData – [in] Reference to the smart pointer holding the data.
-
bool empty() const#
Is the raw data queue empty?
- Returns:
Returns whether the queue is empty.
-
void clear()#
Clear the raw data queue.
-
CRawDataBypass()#