OPTPiX SpriteStudio SDK
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
testing::internal::String Class Reference

Public Member Functions

 String (const char *a_c_str)
 
 String (const char *buffer, size_t a_length)
 
 String (const String &str)
 
 String (const ::std::string &str)
 
 operator::std::string () const
 
bool empty () const
 
int Compare (const String &rhs) const
 
bool operator== (const char *a_c_str) const
 
bool operator< (const String &rhs) const
 
bool operator!= (const char *a_c_str) const
 
bool EndsWith (const char *suffix) const
 
bool EndsWithCaseInsensitive (const char *suffix) const
 
size_t length () const
 
const char * c_str () const
 
const Stringoperator= (const char *a_c_str)
 
const Stringoperator= (const String &rhs)
 

Static Public Member Functions

static String ShowCStringQuoted (const char *c_str)
 
static const char * CloneCString (const char *c_str)
 
static bool CStringEquals (const char *lhs, const char *rhs)
 
static String ShowWideCString (const wchar_t *wide_c_str)
 
static String ShowWideCStringQuoted (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 String Format (const char *format,...)
 

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