File: date_time.xml

package info (click to toggle)
boost1.35 1.35.0-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 203,856 kB
  • ctags: 337,867
  • sloc: cpp: 938,683; xml: 56,847; ansic: 41,589; python: 18,999; sh: 11,566; makefile: 664; perl: 494; yacc: 456; asm: 353; csh: 6
file content (70 lines) | stat: -rw-r--r-- 2,537 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" 
"../../../tools/boostbook/dtd/boostbook.dtd">

<library name="Date Time" dirname="date_time" 
         xmlns:xi="http://www.w3.org/2001/XInclude" id="date_time" 
         last-revision="$Date: 2005-06-12 16:53:10 -0400 (Sun, 12 Jun 2005) $">
<libraryinfo>
  <author>
    <firstname>Jeff</firstname>
    <surname>Garland</surname>
  </author>

  <copyright>
    <year>2001</year>
    <year>2002</year>
    <year>2003</year>
    <year>2004</year>
    <year>2005</year>
    <holder>CrystalClear Software, Inc</holder>
  </copyright>

  <legalnotice>
    <para>Subject to the Boost Software License, Version 1.0. (See accompanying file
    <filename>LICENSE_1_0.txt</filename> or copy at <ulink
    url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)</para>
  </legalnotice>

  <librarypurpose>A set of facilities to ease programming with dates and times.
  </librarypurpose>
  <librarycategory name="category:misc"/>
</libraryinfo>

<title>Boost.Date_Time</title>
<!-- <section id="date_time.intro"> -->
  <bridgehead renderas="sect2">Introduction</bridgehead>
	 
  <para>
    A set of date-time libraries based on generic programming concepts.
  </para>

  <para>This documentation is also available in PDF format. It can be found at:
    <simplelist type="horiz" columns="1">
      <member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/date_time.pdf" /></member>
    </simplelist>
    In addition, a full doxygen reference can be found at:
    <simplelist type="horiz" columns="1">
      <member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/ref_guide/index.html" /></member>
    </simplelist>
    The most current version of the documentation can be found at:
    <simplelist type="horiz" columns="1">
      <member><ulink url="http://www.crystalclearsoftware.com/libraries/date_time/index.html" /></member>
    </simplelist>
  </para>
  <!-- </section> -->

   <xi:include href="conceptual.xml"/> 
   <xi:include href="usage_examples.xml"/> 
   <xi:include href="gregorian.xml"/> 
   <xi:include href="posix_time.xml"/> 
   <xi:include href="local_time.xml"/> 
   <xi:include href="date_time_io.xml"/> 
   <xi:include href="serialization.xml" />
   <xi:include href="details.xml"/> 
   <xi:include href="examples.xml"/> 
   <xi:include href="doxy.xml"/>
<!-- add more sections here -->
<!--  <xi:include href="local_date_time.xml"/>   -->

</library>