PTLib
Version 2.14.3
|
This class defines a class to bridge WX Widgets strings to PTLib strings. More...
#include <wxstring.h>
Inherits wxString.
Public Member Functions | |
PwxString () | |
PwxString (const wxString &str) | |
PwxString (const char *str) | |
PwxString (const PString &str) | |
PwxString (const PFilePath &fn) | |
PwxString & | operator= (const char *str) |
PwxString & | operator= (const wxString &str) |
PwxString & | operator= (const PString &str) |
bool | operator== (const char *other) const |
bool | operator== (const wxString &other) const |
bool | operator== (const PString &other) const |
bool | operator== (const PwxString &other) const |
bool | operator!= (const char *other) const |
bool | operator!= (const wxString &other) const |
bool | operator!= (const PString &other) const |
bool | operator!= (const PwxString &other) const |
PString | p_str () const |
operator PString () const | |
operator PCaselessString () const | |
operator PFilePath () const | |
PwxString & | operator<< (const char *str) |
PwxString & | operator<< (const PString &str) |
Friends | |
ostream & | operator<< (ostream &stream, const PwxString &string) |
wostream & | operator<< (wostream &stream, const PwxString &string) |
This class defines a class to bridge WX Widgets strings to PTLib strings.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |