|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <gtest-string.h>
Static Public Member Functions | |
| static const char * | CloneCString (const char *c_str) |
| static bool | CStringEquals (const char *lhs, const char *rhs) |
| static std::string | ShowWideCString (const wchar_t *wide_c_str) |
| static bool | WideCStringEquals (const wchar_t *lhs, const wchar_t *rhs) |
| static bool | CaseInsensitiveCStringEquals (const char *lhs, const char *rhs) |
| static bool | CaseInsensitiveWideCStringEquals (const wchar_t *lhs, const wchar_t *rhs) |
| static bool | EndsWithCaseInsensitive (const std::string &str, const std::string &suffix) |
| static std::string | FormatIntWidth2 (int value) |
| static std::string | FormatHexInt (int value) |
| static std::string | FormatHexUInt32 (uint32_t value) |
| static std::string | FormatByte (unsigned char value) |
Private Member Functions | |
| String () | |
Definition at line 59 of file gtest-string.h.
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |