File: examples.xml

package info (click to toggle)
boost1.74 1.74.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464,084 kB
  • sloc: cpp: 3,338,324; xml: 131,293; python: 33,088; ansic: 14,336; asm: 4,034; sh: 3,351; makefile: 1,193; perl: 1,036; yacc: 478; php: 212; ruby: 102; lisp: 24; sql: 13; csh: 6
file content (34 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download | duplicates (17)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" 
"../../../tools/boostbook/dtd/boostbook.dtd">

<!-- Copyright (c) 2001-2005 CrystalClear Software, Inc.
     Subject to the Boost Software License, Version 1.0. 
     (See accompanying file LICENSE_1_0.txt or  http://www.boost.org/LICENSE_1_0.txt)
-->

<section id="date_time.examples" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>Examples</title>

  <!-- gregorian examples -->
  <xi:include href="ex_dates_as_strings.xml"/>
  <xi:include href="ex_days_alive.xml"/>
  <xi:include href="ex_days_between_new_years.xml"/>
  <xi:include href="ex_find_last_day_of_months.xml"/>
  <xi:include href="ex_localization.xml"/>
  <!-- <xi:include href="ex_legacy_localization.xml"/> -->
  <xi:include href="ex_date_period_calc.xml"/>
  <xi:include href="ex_print_holidays.xml"/>
  <xi:include href="ex_print_month.xml"/>
  <xi:include href="ex_month_add.xml"/>
  <!-- posix_time examples -->
  <xi:include href="ex_time_math.xml"/>
  <xi:include href="ex_print_hours.xml"/>
  <xi:include href="ex_local_utc_conversion.xml"/>
  <xi:include href="ex_time_periods.xml"/>
  <!-- local_time examples -->
  <xi:include href="ex_simple_time_zone.xml"/>
  <xi:include href="ex_calc_rules.xml"/>
  <xi:include href="ex_flight.xml"/>
  <xi:include href="ex_seconds_since_epoch.xml"/>
</section>