Go to the source code of this file.
Data Structures | |
| class | Dtk_string | 
| This is a high level string class.  More... | |
Namespaces | |
| Dtk_StringUtility | |
Macros | |
| #define | DTK_A Dtk_string(L"a") | 
| #define | DTK_AB Dtk_string(L"ab") | 
| #define | DTK_R Dtk_string(L"r") | 
| #define | DTK_RB Dtk_string(L"rb") | 
| #define | DTK_RBP Dtk_string(L"rb+") | 
| #define | DTK_RW Dtk_string(L"rw") | 
| #define | DTK_W Dtk_string(L"w") | 
| #define | DTK_WB Dtk_string(L"wb") | 
| #define | DTK_WBP Dtk_string(L"wb+") | 
| #define | DTK_WP Dtk_string(L"w+") | 
| #define | w_str _w_str_us | 
Functions | |
| Dtk_string | Dtk_StringUtility::FromUtf8 (char const *) | 
| std::string | Dtk_StringUtility::ToUtf8 (Dtk_string const &) | 
| std::string | Dtk_StringUtility::ToUtf8 (wchar_t const *) | 
| #define DTK_A Dtk_string(L"a") | 
| #define DTK_AB Dtk_string(L"ab") | 
| #define DTK_R Dtk_string(L"r") | 
| #define DTK_RB Dtk_string(L"rb") | 
| #define DTK_RBP Dtk_string(L"rb+") | 
| #define DTK_RW Dtk_string(L"rw") | 
| #define DTK_W Dtk_string(L"w") | 
| #define DTK_WB Dtk_string(L"wb") | 
| #define DTK_WBP Dtk_string(L"wb+") | 
| #define DTK_WP Dtk_string(L"w+") | 
| #define w_str _w_str_us |