#include "framework/YiPredef.h"#include <limits>#include <memory>#include <ostream>#include <unicode/unistr.h>#include "utility/YiString.inl"Go to the source code of this file.
Classes | |
| class | CYIString |
| Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode characters. More... | |
| class | CYIString::ConstIterator |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const CYIString &val) |
| std::istream & | operator>> (std::istream &stream, CYIString &val) |
| CYIString | operator+ (const CYIString &lhs, const CYIString &rhs) |