forked from boostorg/array
Updated to reflect BoostBook changes
[SVN r17941]
This commit is contained in:
@ -2,8 +2,6 @@
|
|||||||
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
||||||
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||||
<library name="Array" dirname="array" id="array" last-revision="$Date$">
|
<library name="Array" dirname="array" id="array" last-revision="$Date$">
|
||||||
<title>Boost.Array</title>
|
|
||||||
|
|
||||||
<libraryinfo>
|
<libraryinfo>
|
||||||
<author>
|
<author>
|
||||||
<firstname>Nicolai</firstname>
|
<firstname>Nicolai</firstname>
|
||||||
@ -27,6 +25,8 @@
|
|||||||
<librarycategory name="category:containers"/>
|
<librarycategory name="category:containers"/>
|
||||||
</libraryinfo>
|
</libraryinfo>
|
||||||
|
|
||||||
|
<title>Boost.Array</title>
|
||||||
|
|
||||||
<section id="array.intro">
|
<section id="array.intro">
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
|
|
||||||
@ -140,7 +140,7 @@
|
|||||||
<effects><simpara><code>std::copy(rhs.<methodname>begin</methodname>(),rhs.<methodname>end</methodname>(), <methodname>begin</methodname>())</code></simpara></effects>
|
<effects><simpara><code>std::copy(rhs.<methodname>begin</methodname>(),rhs.<methodname>end</methodname>(), <methodname>begin</methodname>())</code></simpara></effects>
|
||||||
</copy-assignment>
|
</copy-assignment>
|
||||||
|
|
||||||
<member-function-group name="iterator support">
|
<method-group name="iterator support">
|
||||||
<overloaded-method name="begin">
|
<overloaded-method name="begin">
|
||||||
<signature>
|
<signature>
|
||||||
<type>iterator</type>
|
<type>iterator</type>
|
||||||
@ -164,9 +164,9 @@
|
|||||||
<returns><simpara>iterator for position after the last element</simpara></returns>
|
<returns><simpara>iterator for position after the last element</simpara></returns>
|
||||||
<throws><simpara>will not throw</simpara></throws>
|
<throws><simpara>will not throw</simpara></throws>
|
||||||
</overloaded-method>
|
</overloaded-method>
|
||||||
</member-function-group>
|
</method-group>
|
||||||
|
|
||||||
<member-function-group name="reverse iterator support">
|
<method-group name="reverse iterator support">
|
||||||
<overloaded-method name="rbegin">
|
<overloaded-method name="rbegin">
|
||||||
<signature>
|
<signature>
|
||||||
<type>reverse_iterator</type>
|
<type>reverse_iterator</type>
|
||||||
@ -188,9 +188,9 @@
|
|||||||
|
|
||||||
<returns><simpara>reverse iterator for position after the last element in reverse iteration</simpara></returns>
|
<returns><simpara>reverse iterator for position after the last element in reverse iteration</simpara></returns>
|
||||||
</overloaded-method>
|
</overloaded-method>
|
||||||
</member-function-group>
|
</method-group>
|
||||||
|
|
||||||
<member-function-group name="capacity">
|
<method-group name="capacity">
|
||||||
<method name="size">
|
<method name="size">
|
||||||
<type>size_type</type>
|
<type>size_type</type>
|
||||||
<returns><simpara><code>N</code></simpara></returns>
|
<returns><simpara><code>N</code></simpara></returns>
|
||||||
@ -205,9 +205,9 @@
|
|||||||
<returns><simpara><code>N</code></simpara></returns>
|
<returns><simpara><code>N</code></simpara></returns>
|
||||||
<throws><simpara>will not throw</simpara></throws>
|
<throws><simpara>will not throw</simpara></throws>
|
||||||
</method>
|
</method>
|
||||||
</member-function-group>
|
</method-group>
|
||||||
|
|
||||||
<member-function-group name="element access">
|
<method-group name="element access">
|
||||||
<overloaded-method name="operator[]">
|
<overloaded-method name="operator[]">
|
||||||
<signature>
|
<signature>
|
||||||
<type>reference</type>
|
<type>reference</type>
|
||||||
@ -276,9 +276,9 @@
|
|||||||
<returns><simpara><code>elems</code></simpara></returns>
|
<returns><simpara><code>elems</code></simpara></returns>
|
||||||
<throws><simpara>will not throw</simpara></throws>
|
<throws><simpara>will not throw</simpara></throws>
|
||||||
</method>
|
</method>
|
||||||
</member-function-group>
|
</method-group>
|
||||||
|
|
||||||
<member-function-group name="modifiers">
|
<method-group name="modifiers">
|
||||||
<method name="swap">
|
<method name="swap">
|
||||||
<type>void</type>
|
<type>void</type>
|
||||||
<parameter name="other">
|
<parameter name="other">
|
||||||
@ -294,7 +294,7 @@
|
|||||||
</parameter>
|
</parameter>
|
||||||
<effects><simpara><code>std::fill_n(<methodname>begin</methodname>(), N, value)</code></simpara></effects>
|
<effects><simpara><code>std::fill_n(<methodname>begin</methodname>(), N, value)</code></simpara></effects>
|
||||||
</method>
|
</method>
|
||||||
</member-function-group>
|
</method-group>
|
||||||
|
|
||||||
<data-member name="elems[N]"> <!-- HACK -->
|
<data-member name="elems[N]"> <!-- HACK -->
|
||||||
<type>T</type>
|
<type>T</type>
|
||||||
|
Reference in New Issue
Block a user