summaryrefslogtreecommitdiff
path: root/doc/html/iso_format_base.html
blob: bf33e031ee365ee9dc539ab251d5cb4f22294f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Class template iso_format_base</title>
<link rel="stylesheet" href="boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="The Boost C++ Libraries">
<link rel="up" href="date_time/doxy.html#id941603" title="Header &lt;boost/date_time/iso_format.hpp&gt;">
<link rel="prev" href="id977316.html" title="Function template operator&lt;&lt;">
<link rel="next" href="id1045709-bb.html" title="Class iso_format_base&lt;wchar_t&gt;">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%">
<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../boost.png"></td>
<td align="center"><a href="../../index.htm">Home</a></td>
<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="../../people/people.htm">People</a></td>
<td align="center"><a href="../../more/faq.htm">FAQ</a></td>
<td align="center"><a href="../../more/index.htm">More</a></td>
</table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="id977316.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="date_time/doxy.html#id941603"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="id1045709-bb.html"><img src="images/next.png" alt="Next"></a>
</div>
<div class="refentry" lang="en">
<a name="iso_format_base"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class template iso_format_base</span></h2>
<p>boost::date_time::iso_format_base &#8212; Class to provide common iso formatting spec. </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="bold"><strong>template</strong></span>&lt;<span class="bold"><strong>typename</strong></span> charT&gt; 
<span class="bold"><strong>class</strong></span> iso_format_base {
<span class="bold"><strong>public</strong></span>:

  <span class="emphasis"><em>// <a href="iso_format_base.html#id941638-bb">public static functions</a></em></span>
  <span class="type">month_format_spec</span> <a href="iso_format_base.html#id941643-bb">month_format</a>() ;
  <span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a href="iso_format_base.html#id941661-bb">not_a_date</a>() ;
  <span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a href="iso_format_base.html#id901516-bb">pos_infinity</a>() ;
  <span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a href="iso_format_base.html#id858358-bb">neg_infinity</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1104476-bb">year_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1104493-bb">month_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id861966-bb">day_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id801558-bb">hour_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id801576-bb">minute_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1002692-bb">second_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id862380-bb">period_start_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id873002-bb">time_start_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1111069-bb">week_start_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1111086-bb">period_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1109328-bb">time_sep_char</a>() ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1109345-bb">fractional_time_sep_char</a>() ;
  <span class="type"><span class="bold"><strong>bool</strong></span></span> <a href="iso_format_base.html#id972319-bb">is_component_sep</a>(charT) ;
  <span class="type"><span class="bold"><strong>bool</strong></span></span> <a href="iso_format_base.html#id973177-bb">is_fractional_time_sep</a>(charT) ;
  <span class="type"><span class="bold"><strong>bool</strong></span></span> <a href="iso_format_base.html#id895461-bb">is_timezone_sep</a>(charT) ;
  <span class="type">charT</span> <a href="iso_format_base.html#id1112159-bb">element_sep_char</a>() ;
};</pre></div>
<div class="refsect1" lang="en">
<a name="id1106514"></a><h2>Description</h2>
<div class="refsect2" lang="en">
<a name="id1106517"></a><h3>
<a name="id941638-bb"></a><code class="computeroutput">iso_format_base</code> public static functions</h3>
<div class="orderedlist"><ol type="1">
<li><pre class="literallayout"><span class="type">month_format_spec</span> <a name="id941643-bb"></a>month_format() ;</pre></li>
<li><pre class="literallayout"><span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a name="id941661-bb"></a>not_a_date() ;</pre></li>
<li><pre class="literallayout"><span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a name="id901516-bb"></a>pos_infinity() ;</pre></li>
<li><pre class="literallayout"><span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a name="id858358-bb"></a>neg_infinity() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1104476-bb"></a>year_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1104493-bb"></a>month_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id861966-bb"></a>day_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id801558-bb"></a>hour_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id801576-bb"></a>minute_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1002692-bb"></a>second_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id862380-bb"></a>period_start_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id873002-bb"></a>time_start_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1111069-bb"></a>week_start_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1111086-bb"></a>period_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1109328-bb"></a>time_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1109345-bb"></a>fractional_time_sep_char() ;</pre></li>
<li><pre class="literallayout"><span class="type"><span class="bold"><strong>bool</strong></span></span> <a name="id972319-bb"></a>is_component_sep(charT sep) ;</pre></li>
<li><pre class="literallayout"><span class="type"><span class="bold"><strong>bool</strong></span></span> <a name="id973177-bb"></a>is_fractional_time_sep(charT sep) ;</pre></li>
<li><pre class="literallayout"><span class="type"><span class="bold"><strong>bool</strong></span></span> <a name="id895461-bb"></a>is_timezone_sep(charT sep) ;</pre></li>
<li><pre class="literallayout"><span class="type">charT</span> <a name="id1112159-bb"></a>element_sep_char() ;</pre></li>
</ol></div>
</div>
<div class="refsect2" lang="en">
<a name="id1106906"></a><h3>Specializations</h3>
<div class="itemizedlist"><ul type="disc"><li><p><a href="id1045709-bb.html" title="Class iso_format_base&lt;wchar_t&gt;">Class iso_format_base&lt;wchar_t&gt;</a></p></li></ul></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright © 2001-2005 CrystalClear Software, Inc</small></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="id977316.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="date_time/doxy.html#id941603"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="id1045709-bb.html"><img src="images/next.png" alt="Next"></a>
</div>
</body>
</html>