Public Member Functions | |
WPGMemoryStreamPrivate (const std::string str) | |
~WPGMemoryStreamPrivate () | |
Public Attributes | |
std::stringstream | buffer |
unsigned long | streamSize |
uint8_t * | buf |
Private Member Functions | |
WPGMemoryStreamPrivate (const WPGMemoryStreamPrivate &) | |
WPGMemoryStreamPrivate & | operator= (const WPGMemoryStreamPrivate &) |
WPGMemoryStreamPrivate::WPGMemoryStreamPrivate | ( | const std::string | str | ) |
WPGMemoryStreamPrivate::~WPGMemoryStreamPrivate | ( | ) |
libwpg::WPGMemoryStreamPrivate::WPGMemoryStreamPrivate | ( | const WPGMemoryStreamPrivate & | ) | [private] |
WPGMemoryStreamPrivate& libwpg::WPGMemoryStreamPrivate::operator= | ( | const WPGMemoryStreamPrivate & | ) | [private] |
uint8_t* libwpg::WPGMemoryStreamPrivate::buf |
std::stringstream libwpg::WPGMemoryStreamPrivate::buffer |
unsigned long libwpg::WPGMemoryStreamPrivate::streamSize |