Commit 126ca6eb authored by Davis King's avatar Davis King

Updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403880
parent e0837d85
......@@ -41,6 +41,7 @@
<section>
<name>Global Functions</name>
<item>string_cast</item>
<item>string_assign</item>
<item>cast_to_string</item>
<item>cast_to_wstring</item>
<item>wrap_string</item>
......@@ -264,10 +265,25 @@
<file>dlib/string.h</file>
<spec_file link="true">dlib/string/string_abstract.h</spec_file>
<description>
string_cast is a templated function which make it easy to convert strings to
string_cast is a templated function which makes it easy to convert strings to
other types. The types supported are any types that can be read by the basic_istream operator>>. It
also supports casting between wstring, string, and ustring objects.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>string_assign</name>
<file>dlib/string.h</file>
<spec_file link="true">dlib/string/string_abstract.h</spec_file>
<description>
string_assign is an object which makes it easy to convert strings to
other types. The types supported are any types that can be read by the basic_istream operator>>. It
also supports casting between wstring, string, and ustring objects. Since
string_assign is a simple stateless object there is a global instance of it
called dlib::sa.
</description>
<examples>
<example>config_reader_ex.cpp.html</example>
</examples>
......
......@@ -951,6 +951,8 @@
<term file="parsing.html" name="cpp_tokenizer"/>
<term file="parsing.html" name="narrow"/>
<term file="parsing.html" name="string_cast"/>
<term file="parsing.html" name="string_assign"/>
<term link="parsing.html#string_assign" name="sa"/>
<term file="parsing.html" name="tokenizer"/>
<term file="parsing.html" name="wrap_string"/>
<term file="parsing.html" name="xml_parser"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment