#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.
Classes | |
class | rtl::OString |
This String class provide base functionality for C++ like 8-Bit character array handling. More... | |
struct | rtl::OStringHash |
A helper to use OStrings with hash maps. More... | |
Namespaces | |
namespace | rtl |
Defines | |
#define | RTL_STRING_CONST_FUNCTION |
Typedefs | |
typedef OString | rtl::OStringLiteral |
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). |
#define RTL_STRING_CONST_FUNCTION |