]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/python/doc/reference/functions.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / python / doc / reference / functions.qbk
CommitLineData
7c673cae
FG
1[chapter Function Invocation and Creation
2 [quickbook 1.7]
3]
4
5[include args.qbk]
6[include call.qbk]
7[include call_method.qbk]
8[include data_members.qbk]
9[include make_function.qbk]
10[include overloads.qbk]
11[include ptr.qbk]
12[include raw_function.qbk]
13[section Function documentation]
14[include function_doc_signature.qbk]
15[include pytype_function.qbk]
16[endsect]
17[section Models of CallPolicies]
18[include default_call_policies.qbk]
19[include return_arg.qbk]
20[include return_internal_reference.qbk]
21[include return_value_policy.qbk]
22[include with_custodian_and_ward.qbk]
23[endsect]
24[section Models of ResultConverter]
25[include to_python_indirect.qbk]
26[include to_python_value.qbk]
27[endsect]
28[section Models of ResultConverterGenerator]
29[include copy_const_reference.qbk]
30[include copy_non_const_reference.qbk]
31[include manage_new_object.qbk]
32[include reference_existing_object.qbk]
33[include return_by_value.qbk]
34[include return_opaque_pointer.qbk]
35[endsect]