My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
oustringostreaminserter.hxx File Reference
#include "sal/config.h"
#include <ostream>
#include "rtl/textenc.h"
#include "rtl/ustring.hxx"

Go to the source code of this file.

Namespaces

namespace  rtl

Functions

template<typename charT , typename traits >
std::basic_ostream< charT,
traits > & 
rtl::operator<< (std::basic_ostream< charT, traits > &stream, rtl::OUString const &string)
 Support for rtl::OUString in std::ostream (and thus in CPPUNIT_ASSERT or SAL_INFO macros, for example).