|
SAGA API Version 9.11
|
This is the complete list of members for CSG_String, including all inherited members.
| AfterFirst(char Character) const | CSG_String | |
| AfterFirst(wchar_t Character) const | CSG_String | |
| AfterLast(char Character) const | CSG_String | |
| AfterLast(wchar_t Character) const | CSG_String | |
| Append(const CSG_String &String) | CSG_String | |
| Append(const char *String) | CSG_String | |
| Append(const wchar_t *String) | CSG_String | |
| Append(char Character, size_t nRepeat=1) | CSG_String | |
| Append(wchar_t Character, size_t nRepeat=1) | CSG_String | |
| asDouble(void) const | CSG_String | |
| asDouble(double &Value) const | CSG_String | |
| asInt(void) const | CSG_String | |
| asInt(int &Value) const | CSG_String | |
| asLongLong(void) const | CSG_String | |
| asLongLong(sLong &Value) const | CSG_String | |
| b_str(void) const | CSG_String | |
| BeforeFirst(char Character) const | CSG_String | |
| BeforeFirst(wchar_t Character) const | CSG_String | |
| BeforeLast(char Character) const | CSG_String | |
| BeforeLast(wchar_t Character) const | CSG_String | |
| c_str(void) const | CSG_String | |
| Clear(void) | CSG_String | |
| Cmp(const CSG_String &String) const | CSG_String | |
| CmpNoCase(const CSG_String &String) const | CSG_String | |
| Contains(const CSG_String &String) const | CSG_String | |
| Create(const class wxString *pString) | CSG_String | |
| CSG_String(void) | CSG_String | |
| CSG_String(const CSG_String &String) | CSG_String | |
| CSG_String(const char *String) | CSG_String | |
| CSG_String(const wchar_t *String) | CSG_String | |
| CSG_String(char Character, size_t nRepeat=1) | CSG_String | |
| CSG_String(wchar_t Character, size_t nRepeat=1) | CSG_String | |
| CSG_String(const class wxString *pString) | CSG_String | |
| Find(char Character, bool fromEnd=false) const | CSG_String | |
| Find(wchar_t Character, bool fromEnd=false) const | CSG_String | |
| Find(const CSG_String &String) const | CSG_String | |
| Format(const char *Format,...) | CSG_String | static |
| Format(const wchar_t *Format,...) | CSG_String | static |
| from_UTF8(const char *String, size_t Length=0) | CSG_String | static |
| Get_Char(size_t i) const | CSG_String | |
| is_Empty(void) const | CSG_String | |
| is_Number(void) const | CSG_String | |
| is_Same_As(const CSG_String &String, bool bCase=true) const | CSG_String | |
| is_Same_As(const char Character, bool bCase=true) const | CSG_String | |
| is_Same_As(const wchar_t Character, bool bCase=true) const | CSG_String | |
| Left(size_t count) const | CSG_String | |
| Length(void) const | CSG_String | |
| m_pString | CSG_String | protected |
| Make_Lower(void) | CSG_String | |
| Make_Upper(void) | CSG_String | |
| Mid(size_t first, size_t count=0) const | CSG_String | |
| operator const char *(void) const | CSG_String | inline |
| operator const wchar_t *(void) const | CSG_String | inline |
| operator+(const CSG_String &String) const | CSG_String | |
| operator+(const char *String) const | CSG_String | |
| operator+(const wchar_t *String) const | CSG_String | |
| operator+(char Character) const | CSG_String | |
| operator+(wchar_t Character) const | CSG_String | |
| operator+=(const CSG_String &String) | CSG_String | |
| operator+=(const char *String) | CSG_String | |
| operator+=(const wchar_t *String) | CSG_String | |
| operator+=(char Character) | CSG_String | |
| operator+=(wchar_t Character) | CSG_String | |
| operator=(const CSG_String &String) | CSG_String | |
| operator=(const char *String) | CSG_String | |
| operator=(const wchar_t *String) | CSG_String | |
| operator=(char Character) | CSG_String | |
| operator=(wchar_t Character) | CSG_String | |
| operator[](int i) const | CSG_String | |
| operator[](size_t i) const | CSG_String | |
| Prepend(const CSG_String &String) | CSG_String | |
| Printf(const char *Format,...) | CSG_String | |
| Printf(const wchar_t *Format,...) | CSG_String | |
| Remove(size_t pos) | CSG_String | |
| Remove(size_t pos, size_t len) | CSG_String | |
| Replace(const CSG_String &Old, const CSG_String &New, bool bReplaceAll=true) | CSG_String | |
| Replace_Single_Char(const SG_Char Old, const CSG_String &New, bool bReplaceAll=true) | CSG_String | |
| Replace_Single_Char(const SG_Char Old, const SG_Char New, bool bReplaceAll=true) | CSG_String | |
| Right(size_t count) const | CSG_String | |
| Set_Char(size_t i, char Character) | CSG_String | |
| Set_Char(size_t i, wchar_t Character) | CSG_String | |
| to_ASCII(char **pString, char Replace='_') const | CSG_String | |
| to_ASCII(char Replace='_') const | CSG_String | |
| to_MBChar(char **pString, int Encoding) const | CSG_String | |
| to_MBChar(int Encoding) const | CSG_String | |
| to_StdString(void) const | CSG_String | |
| to_StdWstring(void) const | CSG_String | |
| to_UTF8(char **pString) const | CSG_String | |
| to_UTF8(void) const | CSG_String | |
| Trim(bool fromRight=false) | CSG_String | |
| Trim_Both(void) | CSG_String | |
| w_str(void) const | CSG_String | |
| ~CSG_String(void) | CSG_String | virtual |