]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/apple.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / src / docutils / tools / doxygen_xml2qbk / sample / apple.qbk
1 [/ Generated by doxygen_xml2qbk, don't change, will be overwritten automatically]
2 [/ Generated from xml/classfruit_1_1apple.xml]
3 [section:fruit_apple fruit::apple]
4
5 An apple.
6
7 [heading Description]
8 The apple is the pomaceous fruit of the apple tree, species Malus domestica in the rose family (Rosaceae)
9
10 [heading Model of]
11 Fruit Concept
12
13 [heading Synopsis]
14 ``template<typename String>
15 class fruit::apple : public fruit::rose, protected fruit::dutch
16 {
17 // ...
18 };
19 ``
20
21 [heading Template parameter(s)]
22 [table
23 [[Parameter] [Default] [Description]]
24 [[typename String] [std::string] [the string-type (string,wstring,utf8-string,etc)]]
25 ]
26
27 [heading Constructor(s)]
28 [table
29 [[Function] [Description] [Parameters] ]
30 [[``apple (String const &s)``
31
32 ] [constructor ] [[* String const &]: ['s]:
33
34
35
36
37 ]]
38 ]
39
40 [heading Member Function(s)]
41 [table
42 [[Function] [Description] [Parameters] [Returns] ]
43 [[``String const & name () const ``
44
45 ] [Get the name. ] [
46
47
48 ]]
49 ]
50
51 [heading Header]
52 `#include <sample/src/fruit.hpp>`
53
54 [endsect]
55