|
Chromium Embedded Framework (CEF)
141.0.5+gfe26daa+chromium-141.0.7390.55
|
#include <cstring>#include <ostream>#include <string>#include "include/internal/cef_string_types.h"Classes | |
| struct | CefStringTraitsWide |
| Traits implementation for wide character strings. More... | |
| struct | CefStringTraitsUTF8 |
| Traits implementation for utf8 character strings. More... | |
| struct | CefStringTraitsUTF16 |
| Traits implementation for utf16 character strings. More... | |
| class | CefStringBase< traits > |
| CEF string classes can convert between all supported string types. More... | |
Typedefs | |
| typedef CefStringBase< CefStringTraitsWide > | CefStringWide |
| typedef CefStringBase< CefStringTraitsUTF8 > | CefStringUTF8 |
| typedef CefStringBase< CefStringTraitsUTF16 > | CefStringUTF16 |
Functions | |
| template<class traits > | |
| std::ostream & | operator<< (std::ostream &out, const CefStringBase< traits > &str) |
|
inline |