#include <string_utils-inl.h>
List of all members.
Static Public Member Functions |
static wstring | GetBaseName (const wstring &filename) |
static bool | safe_mbstowcs (const string &mbs, wstring *wcs) |
static void | safe_wcscpy (wchar_t *destination, size_t destination_size, const wchar_t *source) |
static void | safe_wcsncpy (wchar_t *destination, size_t destination_size, const wchar_t *source, size_t count) |
static bool | safe_wcstombs (const wstring &wcs, string *mbs) |
Detailed Description
Definition at line 70 of file string_utils-inl.h.
Member Function Documentation
static wstring google_breakpad::WindowsStringUtils::GetBaseName |
( |
const wstring & |
filename | ) |
[static] |
static bool google_breakpad::WindowsStringUtils::safe_mbstowcs |
( |
const string & |
mbs, |
|
|
wstring * |
wcs |
|
) |
| [static] |
void google_breakpad::WindowsStringUtils::safe_wcscpy |
( |
wchar_t * |
destination, |
|
|
size_t |
destination_size, |
|
|
const wchar_t * |
source |
|
) |
| [inline, static] |
void google_breakpad::WindowsStringUtils::safe_wcsncpy |
( |
wchar_t * |
destination, |
|
|
size_t |
destination_size, |
|
|
const wchar_t * |
source, |
|
|
size_t |
count |
|
) |
| [inline, static] |
static bool google_breakpad::WindowsStringUtils::safe_wcstombs |
( |
const wstring & |
wcs, |
|
|
string * |
mbs |
|
) |
| [static] |
The documentation for this class was generated from the following file: