summaryrefslogtreecommitdiff
path: root/doc/html/boost/gregorian/greg_year.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/gregorian/greg_year.html')
-rw-r--r--doc/html/boost/gregorian/greg_year.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/boost/gregorian/greg_year.html b/doc/html/boost/gregorian/greg_year.html
index 5c770686bd..657f0ae304 100644
--- a/doc/html/boost/gregorian/greg_year.html
+++ b/doc/html/boost/gregorian/greg_year.html
@@ -27,7 +27,7 @@
<a name="boost.gregorian.greg_year"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class greg_year</span></h2>
-<p>boost::gregorian::greg_year &#8212; Represent a year (range 1400 - 10000) </p>
+<p>boost::gregorian::greg_year &#8212; Represent a year (range 1400 - 9999) </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../date_time/doxy.html#header.boost.date_time.gregorian.greg_year_hpp" title="Header &lt;boost/date_time/gregorian/greg_year.hpp&gt;">boost/date_time/gregorian/greg_year.hpp</a>&gt;
@@ -36,25 +36,25 @@
<span class="keyword">class</span> <a class="link" href="greg_year.html" title="Class greg_year">greg_year</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">greg_year_rep</span> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// <a class="link" href="greg_year.html#boost.gregorian.greg_yearconstruct-copy-destruct">construct/copy/destruct</a></span>
- <a class="link" href="greg_year.html#id-1_3_12_15_4_15_1_1_2_5-bb"><span class="identifier">greg_year</span></a><span class="special">(</span><span class="identifier">value_type</span><span class="special">)</span><span class="special">;</span>
+ <a class="link" href="greg_year.html#id-1_3_13_15_4_15_1_1_2_5-bb"><span class="identifier">greg_year</span></a><span class="special">(</span><span class="identifier">value_type</span><span class="special">)</span><span class="special">;</span>
- <span class="comment">// <a class="link" href="greg_year.html#id-1_3_12_15_4_15_1_1_2_4-bb">public member functions</a></span>
- <a class="link" href="greg_year.html#id-1_3_12_15_4_15_1_1_2_4_1-bb"><span class="keyword">operator</span> <span class="identifier">value_type</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="greg_year.html#id-1_3_13_15_4_15_1_1_2_4-bb">public member functions</a></span>
+ <a class="link" href="greg_year.html#id-1_3_13_15_4_15_1_1_2_4_1-bb"><span class="keyword">operator</span> <span class="identifier">value_type</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.12.15.4.15.4.4"></a><h2>Description</h2>
-<p>This small class allows for simple conversion an integer value into a year for the gregorian calendar. This currently only allows a range of 1400 to 10000. Both ends of the range are a bit arbitrary at the moment, but they are the limits of current testing of the library. As such they may be increased in the future. </p>
+<a name="id-1.3.13.15.4.15.4.4"></a><h2>Description</h2>
+<p>This small class allows for simple conversion an integer value into a year for the gregorian calendar. This currently only allows a range of 1400 to 9999. Both ends of the range are a bit arbitrary at the moment, but they are the limits of current testing of the library. As such they may be increased in the future. </p>
<div class="refsect2">
-<a name="id-1.3.12.15.4.15.4.4.3"></a><h3>
+<a name="id-1.3.13.15.4.15.4.4.3"></a><h3>
<a name="boost.gregorian.greg_yearconstruct-copy-destruct"></a><code class="computeroutput">greg_year</code>
public
construct/copy/destruct</h3>
-<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="id-1_3_12_15_4_15_1_1_2_5-bb"></a><span class="identifier">greg_year</span><span class="special">(</span><span class="identifier">value_type</span> year<span class="special">)</span><span class="special">;</span></pre></li></ol></div>
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="id-1_3_13_15_4_15_1_1_2_5-bb"></a><span class="identifier">greg_year</span><span class="special">(</span><span class="identifier">value_type</span> year<span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
<div class="refsect2">
-<a name="id-1.3.12.15.4.15.4.4.4"></a><h3>
-<a name="id-1_3_12_15_4_15_1_1_2_4-bb"></a><code class="computeroutput">greg_year</code> public member functions</h3>
-<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="id-1_3_12_15_4_15_1_1_2_4_1-bb"></a><span class="keyword">operator</span> <span class="identifier">value_type</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li></ol></div>
+<a name="id-1.3.13.15.4.15.4.4.4"></a><h3>
+<a name="id-1_3_13_15_4_15_1_1_2_4-bb"></a><code class="computeroutput">greg_year</code> public member functions</h3>
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="id-1_3_13_15_4_15_1_1_2_4_1-bb"></a><span class="keyword">operator</span> <span class="identifier">value_type</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li></ol></div>
</div>
</div>
</div>