CFugue
|
#include <MString.h>
Inherits std::wstringstream.
Public Types | |
typedef _stringstreamBase | _Mybase |
Public Member Functions | |
MStringStream (const wchar_t *arg) | |
MStringStream (const char *arg) | |
Helper class for string stream manipulations, useful for tracing
It is advised to use always std::wstringstream as the base, since it is capable of dealing with both unicode and non-unicode (i.e., it correctly promotes the char* to wchar_t*). On the otherhand, when std::stringstream is used as the base, any unicode input supplied to it will be just read as unsigned int* and not as string.
CFugue, the C++ Music Programming Library | © Copyright 2009 Cenacle Research India Private Limited | Gopalakrishna Palem |