Gnash  0.8.10
Public Types | Public Member Functions | Protected Member Functions
gnash::SWFCtype Class Reference

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

#include <SWFCtype.h>

List of all members.

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

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

Constructor & Destructor Documentation

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

Member Function Documentation

SWFCtype::char_type gnash::SWFCtype::do_tolower ( char_type  c) const [protected, virtual]

References gnash::key::m.

Referenced by do_tolower().

const SWFCtype::char_type * gnash::SWFCtype::do_tolower ( char_type low,
const char_type high 
) const [protected, virtual]

References do_tolower().

SWFCtype::char_type gnash::SWFCtype::do_toupper ( char_type  c) const [protected, virtual]

References gnash::key::m.

Referenced by do_toupper().

const SWFCtype::char_type * gnash::SWFCtype::do_toupper ( char_type low,
const char_type high 
) const [protected, virtual]

References do_toupper().


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