LibreOffice
LibreOffice 4.1 SDK C/C++ API Reference
|
#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... | |
struct | rtl::CStringEqual |
Equality functor for classic c-strings (i.e. More... | |
struct | rtl::CStringHash |
Hashing functor for classic c-strings (i.e. More... | |
Namespaces | |
rtl | |
Constant Groups | |
rtl | |
Macros | |
#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, OString const &string) |
Support for rtl::OString in std::ostream (and thus in CPPUNIT_ASSERT or SAL_INFO macros, for example). More... | |
#define RTL_STRING_CONST_FUNCTION |