|
Functions |
| ss_char_a_t const * | c_str_ptr_null_a (ss_char_a_t const *s) |
| | Returns the corresponding C-string pointer of s, or a null pointer.
|
| ss_char_a_t const * | c_str_ptr_null (ss_char_a_t const *s) |
| | Returns the corresponding C-string pointer of s, or a null pointer.
|
| ss_char_w_t const * | c_str_ptr_null_w (ss_char_w_t const *s) |
| | Returns the corresponding C-string pointer of s, or a null pointer.
|
| ss_char_w_t const * | c_str_ptr_null (ss_char_w_t const *s) |
| | Returns the corresponding C-string pointer of s, or a null pointer.
|
| ss_char_a_t const * | c_str_ptr_null_a (::std::string const &s) |
| | Returns the corresponding C-string pointer of s, or a null pointer.
|
| ss_char_w_t const * | c_str_ptr_null_w (_stlsoft_wstring_t const &s) |
| | Returns the corresponding C-string pointer of s, or a null pointer.
|
| template<class C> C const * | c_str_ptr_null (::std::basic_string< C > const &s) |
| | Returns the corresponding C-string pointer of s, or a null pointer.
|
| ss_char_a_t const * | c_str_ptr_a (ss_char_a_t const *s) |
| | Returns the corresponding C-string pointer of s.
|
| ss_char_a_t const * | c_str_ptr (ss_char_a_t const *s) |
| | Returns the corresponding C-string pointer of s.
|
| ss_char_w_t const * | c_str_ptr_w (ss_char_w_t const *s) |
| | Returns the corresponding C-string pointer of s.
|
| ss_char_w_t const * | c_str_ptr (ss_char_w_t const *s) |
| | Returns the corresponding C-string pointer of s.
|
| ss_char_a_t const * | c_str_ptr_a (::std::string const &s) |
| | Returns the corresponding C-string pointer of s.
|
| ss_char_w_t const * | c_str_ptr_w (_stlsoft_wstring_t const &s) |
| | Returns the corresponding C-string pointer of s.
|
| template<class C> C const * | c_str_ptr (::std::basic_string< C > const &s) |
| | Returns the corresponding C-string pointer of s.
|
| ss_size_t | c_str_len_a (ss_char_a_t const *s) |
| | Returns the length (in characters) of s, not including the null-terminating character.
|
| ss_size_t | c_str_len (ss_char_a_t const *s) |
| | Returns the length (in characters) of s, not including the null-terminating character.
|
| ss_size_t | c_str_len_w (ss_char_w_t const *s) |
| | Returns the length (in characters) of s, not including the null-terminating character.
|
| ss_size_t | c_str_len (ss_char_w_t const *s) |
| | Returns the length (in characters) of s, not including the null-terminating character.
|
| ss_size_t | c_str_len_a (::std::string const &s) |
| | Returns the length (in characters) of s, not including the null-terminating character.
|
| ss_size_t | c_str_len_w (_stlsoft_wstring_t const &s) |
| | Returns the length (in characters) of s, not including the null-terminating character.
|
| template<class C> ss_size_t | c_str_len (::std::basic_string< C > const &s) |
| | Returns the length (in characters) of s, not including the null-terminating character.
|
| ss_size_t | c_str_size_a (ss_char_a_t const *s) |
| | Returns the size (in bytes) of the contents of s, not including the null-terminating character.
|
| ss_size_t | c_str_size (ss_char_a_t const *s) |
| | Returns the size (in bytes) of the contents of s, not including the null-terminating character.
|
| ss_size_t | c_str_size_w (ss_char_w_t const *s) |
| | Returns the size (in bytes) of the contents of s, not including the null-terminating character.
|
| ss_size_t | c_str_size (ss_char_w_t const *s) |
| | Returns the size (in bytes) of the contents of s, not including the null-terminating character.
|
| ss_size_t | c_str_size_a (::std::string const &s) |
| | Returns the size (in bytes) of the contents of s, not including the null-terminating character.
|
| ss_size_t | c_str_size_w (_stlsoft_wstring_t const &s) |
| | Returns the size (in bytes) of the contents of s, not including the null-terminating character.
|
| template<class C> ss_size_t | c_str_size (::std::basic_string< C > const &s) |
| | Returns the size (in bytes) of the contents of s, not including the null-terminating character.
|