Version: 3.3.0
string.h File Reference

Classes

class  wxString
 String class for passing textual data to or receiving it from wxWidgets. More...
 
class  wxStringBufferLength
 This helper class allows you to conveniently access the wxString internal buffer as a writable pointer and requires explicitly specifying the actual length. More...
 
class  wxStringBuffer
 This helper class allows you to conveniently access the wxString internal buffer as a writable pointer and automatically determines its length. More...
 

Functions

template<bool(T)(const wxUniChar &c) >
bool wxStringCheck (const wxString &val)
 Allows extending a function with the signature: More...
 
wxString wxASCII_STR (const char *s)
 Convenience macro for explicitly constructing wxString from ASCII strings. More...
 

Variables

wxString wxEmptyString
 The global wxString instance of an empty string. More...
 

Variable Documentation

◆ wxEmptyString

wxString wxEmptyString

The global wxString instance of an empty string.

Used extensively in the entire wxWidgets API.