#include "sal/config.h"
#include <cassert>
#include <ostream>
#include <string.h>
#include <osl/diagnose.h>
#include <rtl/textenc.h>
#include <rtl/stringutils.hxx>
#include "sal/log.hxx"
#include <new>
Go to the source code of this file.
Functions |
template<typename charT , typename traits > |
std::basic_ostream< charT,
traits > & | rtl::operator<< (std::basic_ostream< charT, traits > &stream, rtl::OString const &string) |
| Support for rtl::OString in std::ostream (and thus in CPPUNIT_ASSERT or SAL_INFO macros, for example).
|
Macro Definition Documentation
#define RTL_STRING_CONST_FUNCTION |