::

namespace rtl



Nested Namespaces

math

Classes

Bootstrap
ByteSequence
IReference Interface for a reference type.
Logfile
MalformedUriException An exception indicating a malformed URI.
OLocale
OString
OStringBuffer
OUString
OUStringBuffer
Reference Template reference class for reference type derived from IReference.
Static
StaticAggregate
StaticWithArg
Uri A wrapper around the C functions from <rtl/uri.h>.

Structs

OStringHash A helper to use OStrings with hash maps.
OUStringHash A helper to use OUStrings with hash maps.

Enums

__ByteSequence_NoAcquire
__ByteSequence_NoDefault

Functions

OUString
OStringToOUString( const OString & rStr, rtl_TextEncoding encoding, sal_uInt32 convertFlags = OSTRING_TO_OUSTRING_CVTFLAGS );
Convert an OString to an OUString, using a specific text encoding.
OString
OUStringToOString( const OUString & rUnicode, rtl_TextEncoding encoding, sal_uInt32 convertFlags = OUSTRING_TO_OSTRING_CVTFLAGS );
Convert an OUString to an OString, using a specific text encoding.
std::basic_ostream< charT, traits > &
operator<<( std::basic_ostream< charT, traits > & stream, const rtl::OUString & string );
Include this header to support rtl::OUString in std::ostream (and thus in CPPUNIT_ASSERT macros, for example).

Top of Page