Documentation de SFML 1.6

Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.
sf::Unicode::Text Class Reference

This class is an abstract definition of a unicode text, it can be converted from and to any kind of string and encoding. More...

#include <Unicode.hpp>

Public Member Functions

 Text ()
 Default constructor (empty text)
 
 Text (const char *Str)
 Construct the unicode text from any type of string.
 
 Text (const wchar_t *Str)
 
 Text (const Uint8 *Str)
 
 Text (const Uint16 *Str)
 
 Text (const Uint32 *Str)
 
 Text (const std::string &Str)
 
 Text (const std::wstring &Str)
 
 Text (const Unicode::UTF8String &Str)
 
 Text (const Unicode::UTF16String &Str)
 
 Text (const Unicode::UTF32String &Str)
 
 operator std::string () const
 Operator to cast the text to any type of string.
 
 operator std::wstring () const
 
 operator Unicode::UTF8String () const
 
 operator Unicode::UTF16String () const
 
 operator const Unicode::UTF32String & () const
 

Detailed Description

This class is an abstract definition of a unicode text, it can be converted from and to any kind of string and encoding.

Definition at line 63 of file Unicode.hpp.

Constructor & Destructor Documentation

sf::Unicode::Text::Text ( )

Default constructor (empty text)

sf::Unicode::Text::Text ( const char *  Str)

Construct the unicode text from any type of string.

Parameters
Str: String to convert

Member Function Documentation

sf::Unicode::Text::operator std::string ( ) const

Operator to cast the text to any type of string.

Returns
Converted string

The documentation for this class was generated from the following file: