Gnash  0.8.11dev
Public Types | Public Member Functions | Protected Member Functions | List of all members
gnash::SWFCtype Class Reference

Facet for SWF-compatible case conversion. More...

#include <SWFCtype.h>

Inheritance diagram for gnash::SWFCtype:

Public Types

typedef std::ctype< wchar_t >::char_type char_type
 

Public Member Functions

 SWFCtype (size_t refs=0)
 

Protected Member Functions

virtual char_type do_toupper (char_type) const
 
virtual const char_typedo_toupper (char_type *low, const char_type *high) const
 
virtual char_type do_tolower (char_type) const
 
virtual const char_typedo_tolower (char_type *low, const char_type *high) const
 

Detailed Description

Facet for SWF-compatible case conversion.

Member Typedef Documentation

§ char_type

typedef std::ctype<wchar_t>::char_type gnash::SWFCtype::char_type

Constructor & Destructor Documentation

§ SWFCtype()

gnash::SWFCtype::SWFCtype ( size_t  refs = 0)
inline

Member Function Documentation

§ do_tolower() [1/2]

SWFCtype::char_type gnash::SWFCtype::do_tolower ( char_type  c) const
protectedvirtual

References gnash::key::m.

Referenced by do_tolower().

§ do_tolower() [2/2]

const SWFCtype::char_type * gnash::SWFCtype::do_tolower ( char_type low,
const char_type high 
) const
protectedvirtual

References do_tolower().

§ do_toupper() [1/2]

SWFCtype::char_type gnash::SWFCtype::do_toupper ( char_type  c) const
protectedvirtual

References gnash::key::m.

Referenced by do_toupper().

§ do_toupper() [2/2]

const SWFCtype::char_type * gnash::SWFCtype::do_toupper ( char_type low,
const char_type high 
) const
protectedvirtual

References do_toupper().


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