#include <wxstring.h>
Public Member Functions | |
PwxString () | |
PwxString (const wxString &str) | |
PwxString (const PString &str) | |
PwxString (const PFilePath &fn) | |
PwxString (const char *str) | |
PwxString (const OpalMediaFormat &fmt) | |
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 OpalMediaFormat &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 |
bool | operator!= (const OpalMediaFormat &other) const |
PString | p_str () const |
operator PString () const | |
operator PFilePath () const | |
operator PIPSocket::Address () const | |
Friends | |
ostream & | operator<< (ostream &stream, const PwxString &string) |
wostream & | operator<< (wostream &stream, const PwxString &string) |
PwxString::PwxString | ( | ) | [inline] |
PwxString::PwxString | ( | const wxString & | str | ) | [inline] |
PwxString::PwxString | ( | const PString & | str | ) | [inline] |
PwxString::PwxString | ( | const PFilePath & | fn | ) | [inline] |
PwxString::PwxString | ( | const char * | str | ) | [inline] |
PwxString::PwxString | ( | const OpalMediaFormat & | fmt | ) | [inline] |
PwxString::operator PFilePath | ( | ) | const [inline] |
PwxString::operator PIPSocket::Address | ( | ) | const [inline] |
PwxString::operator PString | ( | ) | const [inline] |
bool PwxString::operator!= | ( | const OpalMediaFormat & | other | ) | const [inline] |
bool PwxString::operator!= | ( | const PwxString & | other | ) | const [inline] |
bool PwxString::operator!= | ( | const PString & | other | ) | const [inline] |
bool PwxString::operator!= | ( | const wxString & | other | ) | const [inline] |
bool PwxString::operator!= | ( | const char * | other | ) | const [inline] |
PwxString& PwxString::operator= | ( | const wxString & | str | ) | [inline] |
PwxString& PwxString::operator= | ( | const char * | str | ) | [inline] |
bool PwxString::operator== | ( | const OpalMediaFormat & | other | ) | const [inline] |
bool PwxString::operator== | ( | const PwxString & | other | ) | const [inline] |
bool PwxString::operator== | ( | const PString & | other | ) | const [inline] |
bool PwxString::operator== | ( | const wxString & | other | ) | const [inline] |
bool PwxString::operator== | ( | const char * | other | ) | const [inline] |
PString PwxString::p_str | ( | ) | const [inline] |
wostream& operator<< | ( | wostream & | stream, | |
const PwxString & | string | |||
) | [friend] |
ostream& operator<< | ( | ostream & | stream, | |
const PwxString & | string | |||
) | [friend] |