The collate template uses protected virtual functions to provide the actual results. The public accessors forward the call to the virtual functions. These virtual functions are hooks for developers to implement the behavior they require from the collate facet.
Definition at line 2466 of file locale_facets.h.
|
Public typedefs.
Reimplemented in collate_byname. Definition at line 2472 of file locale_facets.h. |
|
Public typedefs.
Reimplemented in collate_byname. Definition at line 2473 of file locale_facets.h. |
|
Constructor performs initialization. This is the constructor provided by the standard.
Definition at line 2493 of file locale_facets.h. |
|
Internal constructor. Not for general use. This is a constructor for use by the library itself to set up new locales.
Definition at line 2507 of file locale_facets.h. |
|
Destructor.
Definition at line 2570 of file locale_facets.h. |
|
Compare two strings. This function compares two strings and returns the result by calling collate::do_compare().
Definition at line 2524 of file locale_facets.h. References collate::do_compare(). |
|
Compare two strings. This function is a hook for derived classes to change the value returned.
Definition at line 2325 of file locale_facets.tcc. References basic_string::c_str(), basic_string::data(), and basic_string::length(). Referenced by collate::compare(). |
|
Return hash of a string. This function computes and returns a hash on the input string. This function is a hook for derived classes to change the value returned.
Definition at line 2408 of file locale_facets.tcc. Referenced by collate::hash(). |
|
Transform string to comparable form. This function is a hook for derived classes to change the value returned.
Definition at line 2364 of file locale_facets.tcc. References basic_string::append(), basic_string::c_str(), basic_string::data(), basic_string::length(), and basic_string::push_back(). Referenced by collate::transform(). |
|
Return hash of a string. This function computes and returns a hash on the input string. It does so by returning collate::do_hash().
Definition at line 2557 of file locale_facets.h. References collate::do_hash(). |
|
Transform string to comparable form. This function is a wrapper for strxfrm functionality. It takes the input string and returns a modified string that can be directly compared to other transformed strings. In the "C" locale, this function just returns a copy of the input string. In some other locales, it may replace two chars with one, change a char for another, etc. It does so by returning collate::do_transform().
Definition at line 2543 of file locale_facets.h. References collate::do_transform(). |
|
Numpunct facet id.
Definition at line 2619 of file locale_facets.h. |