Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/iso_format_base.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 8.4 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Class template iso_format_base</title>
5<link rel="stylesheet" href="boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7<link rel="start" href="index.html" title="The Boost C++ Libraries">
8<link rel="up" href="date_time/doxy.html#id2447644" title="Header &lt;boost/date_time/iso_format.hpp&gt;">
9<link rel="prev" href="id2397684.html" title="Function template operator&lt;&lt;">
10<link rel="next" href="id2522859-bb.html" title="Class iso_format_base&lt;wchar_t&gt;">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../boost.png"></td>
15<td align="center"><a href="../../index.htm">Home</a></td>
16<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../people/people.htm">People</a></td>
18<td align="center"><a href="../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="id2397684.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="date_time/doxy.html#id2447644"><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="id2522859-bb.html"><img src="images/next.png" alt="Next"></a>
24</div>
25<div class="refentry" lang="en">
26<a name="iso_format_base"></a><div class="titlepage"></div>
27<div class="refnamediv">
28<h2><span class="refentrytitle">Class template iso_format_base</span></h2>
29<p>boost::date_time::iso_format_base &#8212; Class to provide common iso formatting spec. </p>
30</div>
31<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
32<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; 
33<span class="bold"><strong>class</strong></span> iso_format_base {
34<span class="bold"><strong>public</strong></span>:
35
36  <span class="emphasis"><em>// <a href="iso_format_base.html#id2517556-bb">public static functions</a></em></span>
37  <span class="type">month_format_spec</span> <a href="iso_format_base.html#id2517560-bb">month_format</a>() ;
38  <span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a href="iso_format_base.html#id2507552-bb">not_a_date</a>() ;
39  <span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a href="iso_format_base.html#id2507568-bb">pos_infinity</a>() ;
40  <span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a href="iso_format_base.html#id2425768-bb">neg_infinity</a>() ;
41  <span class="type">charT</span> <a href="iso_format_base.html#id2416050-bb">year_sep_char</a>() ;
42  <span class="type">charT</span> <a href="iso_format_base.html#id2513719-bb">month_sep_char</a>() ;
43  <span class="type">charT</span> <a href="iso_format_base.html#id2513735-bb">day_sep_char</a>() ;
44  <span class="type">charT</span> <a href="iso_format_base.html#id2424221-bb">hour_sep_char</a>() ;
45  <span class="type">charT</span> <a href="iso_format_base.html#id2528636-bb">minute_sep_char</a>() ;
46  <span class="type">charT</span> <a href="iso_format_base.html#id2497415-bb">second_sep_char</a>() ;
47  <span class="type">charT</span> <a href="iso_format_base.html#id2497431-bb">period_start_char</a>() ;
48  <span class="type">charT</span> <a href="iso_format_base.html#id2504653-bb">time_start_char</a>() ;
49  <span class="type">charT</span> <a href="iso_format_base.html#id2429091-bb">week_start_char</a>() ;
50  <span class="type">charT</span> <a href="iso_format_base.html#id2457344-bb">period_sep_char</a>() ;
51  <span class="type">charT</span> <a href="iso_format_base.html#id2462572-bb">time_sep_char</a>() ;
52  <span class="type">charT</span> <a href="iso_format_base.html#id2462589-bb">fractional_time_sep_char</a>() ;
53  <span class="type"><span class="bold"><strong>bool</strong></span></span> <a href="iso_format_base.html#id2418199-bb">is_component_sep</a>(charT) ;
54  <span class="type"><span class="bold"><strong>bool</strong></span></span> <a href="iso_format_base.html#id2442153-bb">is_fractional_time_sep</a>(charT) ;
55  <span class="type"><span class="bold"><strong>bool</strong></span></span> <a href="iso_format_base.html#id2484762-bb">is_timezone_sep</a>(charT) ;
56  <span class="type">charT</span> <a href="iso_format_base.html#id2414522-bb">element_sep_char</a>() ;
57};</pre></div>
58<div class="refsect1" lang="en">
59<a name="id2640052"></a><h2>Description</h2>
60<div class="refsect2" lang="en">
61<a name="id2640056"></a><h3>
62<a name="id2517556-bb"></a><code class="computeroutput">iso_format_base</code> public static functions</h3>
63<div class="orderedlist"><ol type="1">
64<li><pre class="literallayout"><span class="type">month_format_spec</span> <a name="id2517560-bb"></a>month_format() ;</pre></li>
65<li><pre class="literallayout"><span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a name="id2507552-bb"></a>not_a_date() ;</pre></li>
66<li><pre class="literallayout"><span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a name="id2507568-bb"></a>pos_infinity() ;</pre></li>
67<li><pre class="literallayout"><span class="type"><span class="bold"><strong>const</strong></span> charT *</span> <a name="id2425768-bb"></a>neg_infinity() ;</pre></li>
68<li><pre class="literallayout"><span class="type">charT</span> <a name="id2416050-bb"></a>year_sep_char() ;</pre></li>
69<li><pre class="literallayout"><span class="type">charT</span> <a name="id2513719-bb"></a>month_sep_char() ;</pre></li>
70<li><pre class="literallayout"><span class="type">charT</span> <a name="id2513735-bb"></a>day_sep_char() ;</pre></li>
71<li><pre class="literallayout"><span class="type">charT</span> <a name="id2424221-bb"></a>hour_sep_char() ;</pre></li>
72<li><pre class="literallayout"><span class="type">charT</span> <a name="id2528636-bb"></a>minute_sep_char() ;</pre></li>
73<li><pre class="literallayout"><span class="type">charT</span> <a name="id2497415-bb"></a>second_sep_char() ;</pre></li>
74<li><pre class="literallayout"><span class="type">charT</span> <a name="id2497431-bb"></a>period_start_char() ;</pre></li>
75<li><pre class="literallayout"><span class="type">charT</span> <a name="id2504653-bb"></a>time_start_char() ;</pre></li>
76<li><pre class="literallayout"><span class="type">charT</span> <a name="id2429091-bb"></a>week_start_char() ;</pre></li>
77<li><pre class="literallayout"><span class="type">charT</span> <a name="id2457344-bb"></a>period_sep_char() ;</pre></li>
78<li><pre class="literallayout"><span class="type">charT</span> <a name="id2462572-bb"></a>time_sep_char() ;</pre></li>
79<li><pre class="literallayout"><span class="type">charT</span> <a name="id2462589-bb"></a>fractional_time_sep_char() ;</pre></li>
80<li><pre class="literallayout"><span class="type"><span class="bold"><strong>bool</strong></span></span> <a name="id2418199-bb"></a>is_component_sep(charT sep) ;</pre></li>
81<li><pre class="literallayout"><span class="type"><span class="bold"><strong>bool</strong></span></span> <a name="id2442153-bb"></a>is_fractional_time_sep(charT sep) ;</pre></li>
82<li><pre class="literallayout"><span class="type"><span class="bold"><strong>bool</strong></span></span> <a name="id2484762-bb"></a>is_timezone_sep(charT sep) ;</pre></li>
83<li><pre class="literallayout"><span class="type">charT</span> <a name="id2414522-bb"></a>element_sep_char() ;</pre></li>
84</ol></div>
85</div>
86<div class="refsect2" lang="en">
87<a name="id2641154"></a><h3>Specializations</h3>
88<div class="itemizedlist"><ul type="disc"><li><p><a href="id2522859-bb.html" title="Class iso_format_base&lt;wchar_t&gt;">Class iso_format_base&lt;wchar_t&gt;</a></p></li></ul></div>
89</div>
90</div>
91</div>
92<table width="100%"><tr>
93<td align="left"></td>
94<td align="right"><small>Copyright © 2001-2005 CrystalClear Software, Inc</small></td>
95</tr></table>
96<hr>
97<div class="spirit-nav">
98<a accesskey="p" href="id2397684.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="date_time/doxy.html#id2447644"><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="id2522859-bb.html"><img src="images/next.png" alt="Next"></a>
99</div>
100</body>
101</html>
Note: See TracBrowser for help on using the repository browser.