ustream.h File Reference

C++ API: Unicode iostream like API. More...

#include "unicode/unistr.h"
#include <istream>
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  icu
 

File coll.h.


Functions

U_IO_API std::ostream & icu::operator<< (std::ostream &stream, const UnicodeString &s)
 Write the contents of a UnicodeString to a C++ ostream.
U_IO_API std::istream & icu::operator>> (std::istream &stream, UnicodeString &s)
 Write the contents from a C++ istream to a UnicodeString.

Detailed Description

C++ API: Unicode iostream like API.

At this time, this API is very limited. It contains operator<< and operator>> for UnicodeString manipulation with the C++ I/O stream API.

Definition in file ustream.h.


Generated on 25 Nov 2014 for ICU 50.1.2 by  doxygen 1.6.1