| from_char(char p_char) | Castor::Str | [static] |
| from_str(std::string const &p_strText) | Castor::Str | [static] |
| from_wchar(wchar_t p_wchar) | Castor::Str | [static] |
| from_wstr(std::wstring const &p_strText) | Castor::Str | [static] |
| is_date(String const &p_strToTest, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| is_floating(String const &p_strToTest, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| is_integer(String const &p_strToTest, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| is_lower_case(String const &p_strToTest) | Castor::Str | [static] |
| is_upper_case(String const &p_strToTest) | Castor::Str | [static] |
| lower_case(String const &p_str) | Castor::Str | [static] |
| parse(String const &p_str, T &p_val) | Castor::Str | [inline, static] |
| replace(String &p_str, xchar p_find, xchar p_replacement) | Castor::Str | [static] |
| replace(String &p_str, String const &p_find, xchar p_replacement) | Castor::Str | [static] |
| replace(String &p_str, xchar p_find, String const &p_replacement) | Castor::Str | [static] |
| replace(String &p_str, String const &p_find, String const &p_replacement) | Castor::Str | [static] |
| split(String const &p_str, String const &p_delims, unsigned int p_maxSplits=10, bool p_bKeepVoid=true) | Castor::Str | [static] |
| to_double(String const &p_str, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| to_float(String const &p_str, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| to_int(String const &p_str, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| to_long(String const &p_str, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| to_long_long(String const &p_str, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| to_lower_case(String &p_str) | Castor::Str | [static] |
| to_real(String const &p_str, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| to_short(String const &p_str, std::locale const &p_locale=std::locale()) | Castor::Str | [static] |
| to_str(String const &p_str) | Castor::Str | [static] |
| to_string(T const &p_tValue) | Castor::Str | [inline, static] |
| to_upper_case(String &p_str) | Castor::Str | [static] |
| to_wstr(String const &p_str) | Castor::Str | [static] |
| trim(String &p_str, bool p_bLeft=true, bool p_bRight=true) | Castor::Str | [static] |
| upper_case(String const &p_str) | Castor::Str | [static] |