From d5c19fcc1997ae29a2172c85ec1cbc12428cfd86 Mon Sep 17 00:00:00 2001 From: Artyom Beilis Date: Thu, 11 Aug 2011 10:11:54 +0000 Subject: [PATCH] Updated documentation [SVN r73646] --- doc/html/annotated.html | 1 + doc/html/charset_handling.html | 4 +- ..._1locale_1_1conv_1_1conversion__error.html | 8 +- ...le_1_1conv_1_1invalid__charset__error.html | 8 +- ..._1_1locale_1_1util_1_1base__converter.html | 8 +- doc/html/classes.html | 21 +- doc/html/config_8hpp_source.html | 72 +- doc/html/definitions_8hpp_source.html | 110 +++ doc/html/encoding_8hpp_source.html | 393 ++++------ doc/html/encoding__errors_8hpp_source.html | 135 ++++ doc/html/encoding__utf_8hpp_source.html | 155 ++++ doc/html/files.html | 4 + doc/html/functions_0x63.html | 21 +- doc/html/functions_0x64.html | 10 +- doc/html/functions_0x65.html | 11 +- doc/html/functions_0x69.html | 14 +- doc/html/functions_0x6d.html | 11 +- doc/html/functions_0x74.html | 3 + doc/html/functions_0x77.html | 7 +- doc/html/functions_func_0x64.html | 16 +- doc/html/functions_func_0x65.html | 8 +- doc/html/functions_func_0x69.html | 8 +- doc/html/functions_func_0x74.html | 5 +- doc/html/functions_func_0x77.html | 7 +- doc/html/functions_type.html | 1 + doc/html/functions_vars.html | 3 + doc/html/group__codepage.html | 679 +----------------- doc/html/hierarchy.html | 1 + doc/html/modules.html | 2 +- doc/html/namespaceboost_1_1locale.html | 10 +- .../namespaceboost_1_1locale_1_1conv.html | 142 ---- doc/html/namespaceboost_1_1locale_1_1utf.html | 119 +++ doc/html/namespacemembers_0x62.html | 3 - doc/html/namespacemembers_0x63.html | 3 + doc/html/namespacemembers_0x64.html | 14 +- doc/html/namespacemembers_0x66.html | 3 - doc/html/namespacemembers_0x69.html | 9 + doc/html/namespacemembers_0x6d.html | 7 +- doc/html/namespacemembers_0x73.html | 6 - doc/html/namespacemembers_0x74.html | 5 +- doc/html/namespacemembers_0x75.html | 3 - doc/html/namespacemembers_enum.html | 3 - doc/html/namespacemembers_eval.html | 83 +-- doc/html/namespacemembers_func.html | 1 - doc/html/namespacemembers_func_0x62.html | 4 - doc/html/namespacemembers_func_0x63.html | 1 - doc/html/namespacemembers_func_0x64.html | 1 - doc/html/namespacemembers_func_0x65.html | 1 - doc/html/namespacemembers_func_0x66.html | 6 +- doc/html/namespacemembers_func_0x67.html | 1 - doc/html/namespacemembers_func_0x68.html | 1 - doc/html/namespacemembers_func_0x69.html | 4 +- doc/html/namespacemembers_func_0x6a.html | 1 - doc/html/namespacemembers_func_0x6c.html | 1 - doc/html/namespacemembers_func_0x6d.html | 1 - doc/html/namespacemembers_func_0x6e.html | 1 - doc/html/namespacemembers_func_0x6f.html | 1 - doc/html/namespacemembers_func_0x70.html | 1 - doc/html/namespacemembers_func_0x73.html | 1 - doc/html/namespacemembers_func_0x74.html | 6 +- doc/html/namespacemembers_func_0x75.html | 114 --- doc/html/namespacemembers_func_0x77.html | 1 - doc/html/namespacemembers_func_0x79.html | 1 - doc/html/namespacemembers_type.html | 3 + doc/html/namespacemembers_vars.html | 6 + doc/html/namespaces.html | 2 +- ...1locale_1_1utf_1_1utf__traits-members.html | 88 +++ ...boost_1_1locale_1_1utf_1_1utf__traits.html | 357 +++++++++ doc/html/tree.html | 16 +- doc/html/utf_8hpp_source.html | 450 ++++++++++++ doc/html/util_8hpp_source.html | 147 ++-- 71 files changed, 1872 insertions(+), 1482 deletions(-) create mode 100644 doc/html/definitions_8hpp_source.html create mode 100644 doc/html/encoding__errors_8hpp_source.html create mode 100644 doc/html/encoding__utf_8hpp_source.html delete mode 100644 doc/html/namespaceboost_1_1locale_1_1conv.html create mode 100644 doc/html/namespaceboost_1_1locale_1_1utf.html delete mode 100644 doc/html/namespacemembers_func_0x75.html create mode 100644 doc/html/structboost_1_1locale_1_1utf_1_1utf__traits-members.html create mode 100644 doc/html/structboost_1_1locale_1_1utf_1_1utf__traits.html create mode 100644 doc/html/utf_8hpp_source.html diff --git a/doc/html/annotated.html b/doc/html/annotated.html index fbef5f9..12a65b3 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -106,6 +106,7 @@ Here are the classes, structs, unions and interfaces with brief descriptions:boost::locale::posix_time boost::locale::boundary::segment< IteratorType >Segment object that represents a pair of two iterators that define the range where this segment exits and a rule that defines it boost::locale::boundary::segment_index< BaseIterator >This class holds an index of segments in the text range and allows to iterate over them + boost::locale::utf::utf_traits< CharType, size >UTF Traits class - functions to convert UTF sequences to and from Unicode code points