internal data of a WPSStringStream More...
Public Member Functions | |
WPSStringStreamPrivate (const unsigned char *data, unsigned dataSize) | |
constructor | |
~WPSStringStreamPrivate () | |
destructor | |
void | append (const unsigned char *data, unsigned dataSize) |
append some data at the end of the actual stream | |
Public Attributes | |
std::vector< unsigned char > | m_buffer |
the stream buffer | |
long | m_offset |
the stream offset | |
Private Member Functions | |
WPSStringStreamPrivate (const WPSStringStreamPrivate &)=delete | |
WPSStringStreamPrivate & | operator= (const WPSStringStreamPrivate &)=delete |
internal data of a WPSStringStream
constructor
WPSStringStreamPrivate::~WPSStringStreamPrivate | ( | ) |
destructor
|
privatedelete |
append some data at the end of the actual stream
|
privatedelete |
std::vector<unsigned char> WPSStringStreamPrivate::m_buffer |
the stream buffer
Referenced by append(), and WPSStringStreamPrivate().
long WPSStringStreamPrivate::m_offset |
the stream offset