CFugue
Public Types | Public Member Functions | List of all members
CFugue::MStringStream Class Reference

#include <MString.h>

Inherits std::wstringstream.

Public Types

typedef _stringstreamBase _Mybase
 

Public Member Functions

 MStringStream (const wchar_t *arg)
 
 MStringStream (const char *arg)
 

Detailed Description

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.

Definition at line 41 of file MString.h.


The documentation for this class was generated from the following file:

CFugue, the C++ Music Programming Library © Copyright 2009 Cenacle Research India Private Limited Gopalakrishna Palem