• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/==============================================================================
2    Copyright (C) 2009-2016 Vladimir Batov
3
4    Use, modification and distribution is subject to the Boost Software
5    License, Version 1.0. (See a copy at http://www.boost.org/LICENSE_1_0.txt)
6===============================================================================/]
7
8[library Boost.Convert
9    [quickbook 1.5]
10    [version 2.0]
11    [id convert]
12    [dirname convert]
13    [copyright 2009-2016 Vladimir Batov]
14    [purpose Conversions Beyond boost::lexical_cast]
15    [category generic]
16    [authors [Batov, Vladimir]]
17    [source-mode c++]
18    [license
19        Distributed under the Boost Software License, Version 1.0.
20        See copy at [@http://www.boost.org/LICENSE_1_0.txt].
21    ]
22]
23
24[import ../test/test.hpp]
25[import ../example/stream.cpp]
26[import ../test/stream_converter.cpp]
27[import ../test/performance.cpp]
28[import ../test/sfinae.cpp]
29[import ../test/user_type.cpp]
30[import ../test/has_member.cpp]
31
32[include rationale.qbk]
33[include introduction.qbk]
34[include getting_started.qbk]
35[include getting_serious.qbk]
36[include default_converter.qbk]
37[include no_optional_interface.qbk]
38[include converters.qbk]
39[include user_types.qbk]
40[include algorithms.qbk]
41[include performance.qbk]
42[include other.qbk]
43[include converters_detail.qbk]
44[include lexcast_converter.qbk]
45[include stream_converter.qbk]
46[include strtol_converter.qbk]
47[include section-end.qbk]
48[include design_notes.qbk]
49[include tools.qbk]
50[include limitations.qbk]
51[include acknowledgments.qbk]
52[xinclude convert_reference.xml]
53'''<index/>'''
54
55
56