#include <StringAdapter.h>
Public Member Functions | |
| StringAdapter (std::wstring &ws) | |
| StringAdapter (const std::string &s) | |
| StringAdapter (const wchar_t *ws) | |
| StringAdapter (const char *s) | |
| virtual | ~StringAdapter () |
Private Member Functions | |
| void | use_narrow (const wchar_t *ws) |
It uses the narrow method of standard iostreams, it doesn't do any code conversion. It's purpose is to allow exception texts to contain wide strings, regardless of USE_WCHAR.
Definition at line 40 of file StringAdapter.h.
|
|
Definition at line 52 of file StringAdapter.h. |
|
|
Definition at line 56 of file StringAdapter.h. References makefile::string. |
|
|
Definition at line 59 of file StringAdapter.h. |
|
|
Definition at line 63 of file StringAdapter.h. References makefile::string. |
|
|
Definition at line 66 of file StringAdapter.h. |
|
|
Definition at line 42 of file StringAdapter.h. |
1.3.9.1