summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/ymd_formatter.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/ymd_formatter.html')
-rw-r--r--doc/html/boost/date_time/ymd_formatter.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/boost/date_time/ymd_formatter.html b/doc/html/boost/date_time/ymd_formatter.html
index 99b8f0a08a..b189224394 100644
--- a/doc/html/boost/date_time/ymd_formatter.html
+++ b/doc/html/boost/date_time/ymd_formatter.html
@@ -5,9 +5,9 @@
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../../date_time/doxy.html#header.boost.date_time.date_formatting_limited_hpp" title="Header &lt;boost/date_time/date_formatting_limited.hpp&gt;">
+<link rel="up" href="../../date_time/doxy.html#header.boost.date_time.date_formatting_hpp" title="Header &lt;boost/date_time/date_formatting.hpp&gt;">
<link rel="prev" href="month_formatter.html" title="Class template month_formatter">
-<link rel="next" href="date_formatter.html" title="Class template date_formatter">
+<link rel="next" href="ostream_date_formatter.html" title="Class template ostream_date_formatter">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="month_formatter.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.date_formatting_limited_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="date_formatter.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="month_formatter.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.date_formatting_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ostream_date_formatter.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.date_time.ymd_formatter"></a><div class="titlepage"></div>
@@ -29,27 +29,27 @@
<p>boost::date_time::ymd_formatter &#8212; Convert ymd to a standard string formatting policies. </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.date_formatting_limited_hpp" title="Header &lt;boost/date_time/date_formatting_limited.hpp&gt;">boost/date_time/date_formatting_limited.hpp</a>&gt;
+<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.date_formatting_hpp" title="Header &lt;boost/date_time/date_formatting.hpp&gt;">boost/date_time/date_formatting.hpp</a>&gt;
-</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> ymd_type<span class="special">,</span> <span class="keyword">typename</span> format_type<span class="special">&gt;</span>
+</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> ymd_type<span class="special">,</span> <span class="keyword">typename</span> format_type<span class="special">,</span> <span class="keyword">typename</span> charT <span class="special">=</span> <span class="keyword">char</span><span class="special">&gt;</span>
<span class="keyword">class</span> <a class="link" href="ymd_formatter.html" title="Class template ymd_formatter">ymd_formatter</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
- <span class="comment">// <a class="link" href="ymd_formatter.html#idp94384512-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="ymd_formatter.html#idp113152960-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
- <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a class="link" href="ymd_formatter.html#idp99974032-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="ymd_formatter.html#idp87901456-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a class="link" href="ymd_formatter.html#idp47324288-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
+ <span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="ymd_formatter.html#idp33086144-bb"><span class="identifier">ymd_to_string</span></a><span class="special">(</span><span class="identifier">ymd_type</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp185625440"></a><h2>Description</h2>
+<a name="idp179316560"></a><h2>Description</h2>
<div class="refsect2">
-<a name="idp185625856"></a><h3>
-<a name="idp94384512-bb"></a><code class="computeroutput">ymd_formatter</code> public static functions</h3>
+<a name="idp179316976"></a><h3>
+<a name="idp87901456-bb"></a><code class="computeroutput">ymd_formatter</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
-<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp113152960-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
+<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a name="idp47324288-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
</li>
<li class="listitem">
-<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special">&lt;</span> <span class="identifier">charT</span> <span class="special">&gt;</span> <a name="idp99974032-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
+<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp33086144-bb"></a><span class="identifier">ymd_to_string</span><span class="special">(</span><span class="identifier">ymd_type</span> ymd<span class="special">)</span><span class="special">;</span></pre>Convert ymd to a standard string formatting policies. <p>This is standard code for handling date formatting with year-month-day based date information. This function uses the format_type to control whether the string will contain separator characters, and if so what the character will be. In addtion, it can format the month as either an integer or a string as controled by the formatting policy </p>
</li>
</ol></div>
</div>
@@ -63,7 +63,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="month_formatter.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.date_formatting_limited_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="date_formatter.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="month_formatter.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.date_formatting_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ostream_date_formatter.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>