Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::ctype Class Template Reference

#include <locale_facets.h>

Inheritance diagram for std::ctype:

Inheritance graph
[legend]
Collaboration diagram for std::ctype:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _CharT char_type
typedef ctype::mask mask

Public Methods

 ctype (size_t __refs=0)

Static Public Attributes

locale::id id

Protected Methods

virtual ~ctype ()

template<typename _CharT> class std::ctype


Member Typedef Documentation

template<typename _CharT>
typedef _CharT std::ctype<_CharT>::char_type
 

Reimplemented from std::__ctype_abstract_base.

Reimplemented in std::ctype_byname.

Definition at line 167 of file locale_facets.h.

template<typename _CharT>
typedef ctype<_CharT>::mask std::ctype<_CharT>::mask
 

Definition at line 168 of file locale_facets.h.


Constructor & Destructor Documentation

template<typename _CharT>
std::ctype<_CharT>::ctype<_CharT> ( size_t __refs = 0 ) [inline, explicit]
 

Definition at line 171 of file locale_facets.h.

template<typename _CharT>
std::ctype<_CharT>::~ctype<_CharT> ( ) [inline, protected, virtual]
 

Definition at line 177 of file locale_facets.h.


Member Data Documentation

template<typename _CharT>
locale::id std::ctype<_CharT>::id [static]
 

Definition at line 173 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:13 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001