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

std::collate Class Template Reference

#include <locale_facets.h>

Inherits std::locale::facet.

Inherited by std::collate_byname.

List of all members.

Public Types


Public Methods


Static Public Attributes


Protected Methods

template<typename _CharT> class std::collate


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented in std::collate_byname.

typedef basic_string<_CharT> string_type
 

Reimplemented in std::collate_byname.


Constructor & Destructor Documentation

collate ( size_t __refs = 0 ) [inline, explicit]
 

~collate ( ) [inline, protected]
 


Member Function Documentation

int compare ( const _CharT * __lo1,
const _CharT * __hi1,
const _CharT * __lo2,
const _CharT * __hi2 ) const [inline]
 

string_type transform ( const _CharT * __lo,
const _CharT * __hi ) const [inline]
 

long hash ( const _CharT * __lo,
const _CharT * __hi ) const [inline]
 

virtual int do_compare ( const _CharT * __lo1,
const _CharT * __hi1,
const _CharT * __lo2,
const _CharT * __hi2 ) const [protected, virtual]
 

virtual string_type do_transform ( const _CharT * __lo,
const _CharT * __hi ) const [protected, virtual]
 

virtual long do_hash ( const _CharT * __lo,
const _CharT * __hi ) const [protected, virtual]
 


Member Data Documentation

locale::id id [static]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001