Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Public Types

boost::locale::collator_base Class Reference
[Collation]

a base class that includes collation level flags More...

#include <boost/locale/collator.hpp>

Inheritance diagram for boost::locale::collator_base:
boost::locale::collator< CharType >

List of all members.

Public Types

enum  level_type {
  primary = 0, secondary = 1, tertiary = 2, quaternary = 3,
  identical = 4
}

Detailed Description

a base class that includes collation level flags


Member Enumeration Documentation

Unicode collation level types

Enumerator:
primary 

1st collation level: base letters

secondary 

2nd collation level: letters and accents

tertiary 

3rd collation level: letters, accents and case

quaternary 

4th collation level: letters, accents, case and punctuation

identical 

identical collation level: include code-point comparison


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