-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathsummary.tex
143 lines (102 loc) · 3.84 KB
/
summary.tex
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
%!TEX root = ts.tex
\rSec0[summary]{Library summary}
\begin{libreqtab2}
{Networking library summary}
{tab:summary}
\\ \topline
\lhdr{Clause} &
\rhdr{Header(s)} \\ \capsep
\endfirsthead
\continuedcaption\\
\hline
\lhdr{Clause} &
\rhdr{Header(s)} \\ \capsep
\endhead
Convenience header~(\ref{convenience.hdr}) &
\tcode{<experimental/net>} \\ \rowsep
Forward declarations~(\ref{fwd.decl}) &
\tcode{<experimental/netfwd>} \\ \rowsep
Asynchronous model~(\ref{async}) &
\tcode{<experimental/executor>} \\ \rowsep
Basic I/O services~(\ref{io_context}) &
\tcode{<experimental/io_context>} \\ \rowsep
Timers~(\ref{timer}) &
\tcode{<experimental/timer>} \\ \rowsep
Buffers~(\ref{buffer}) &
\tcode{<experimental/buffer>} \\
Buffer-oriented streams~(\ref{buffer.stream}) &
\\ \rowsep
Sockets~(\ref{socket}) &
\tcode{<experimental/socket>} \\
Socket iostreams~(\ref{socket.iostreams}) &
\\
Socket algorithms~(\ref{socket.algo}) &
\\ \rowsep
Internet protocol~(\ref{internet}) &
\tcode{<experimental/internet>} \\
\end{libreqtab2}
\pnum
Throughout this document, the names of the template parameters are used to express type requirements, as listed in Table~\ref{tab:summary.requirements}.
\begin{libreqtab2}
{Template parameters and type requirements}
{tab:summary.requirements}
\\ \topline
\lhdr{template parameter name} &
\rhdr{type requirements} \\ \capsep
\endfirsthead
\continuedcaption\\
\hline
\lhdr{template parameter name} &
\rhdr{type requirements} \\ \capsep
\endhead
\tcode{AcceptableProtocol} &
acceptable protocol~(\ref{socket.reqmts.acceptableprotocol}) \\ \rowsep
\tcode{Allocator} &
\CppXref{allocator.requirements} \\ \rowsep
\tcode{AsyncReadStream} &
buffer-oriented asynchronous read stream~(\ref{buffer.stream.reqmts.asyncreadstream}) \\ \rowsep
\tcode{AsyncWriteStream} &
buffer-oriented asynchronous write stream~(\ref{buffer.stream.reqmts.asyncwritestream}) \\ \rowsep
\tcode{Clock} &
\CppXref{time.clock.req} \\ \rowsep
\tcode{CompletionCondition} &
completion condition~(\ref{buffer.stream.reqmts.completioncondition}) \\ \rowsep
\tcode{CompletionToken} &
completion token~(\ref{async.reqmts.async.token}) \\ \rowsep
\tcode{ConnectCondition} &
connect condition~(\ref{socket.reqmts.connectcondition}) \\ \rowsep
\tcode{ConstBufferSequence} &
constant buffer sequence~(\ref{buffer.reqmts.constbuffersequence}) \\ \rowsep
\tcode{DynamicBuffer} &
dynamic buffer~(\ref{buffer.reqmts.dynamicbuffer}) \\ \rowsep
\tcode{EndpointSequence} &
endpoint sequence~(\ref{socket.reqmts.endpointsequence}) \\ \rowsep
\tcode{ExecutionContext} &
execution context~(\ref{async.reqmts.executioncontext}) \\ \rowsep
\tcode{Executor} &
executor~(\ref{async.reqmts.executor}) \\ \rowsep
\tcode{GettableSocketOption} &
gettable socket option~(\ref{socket.reqmts.gettablesocketoption}) \\ \rowsep
\tcode{InternetProtocol} &
Internet protocol~(\ref{internet.reqmts.protocol}) \\ \rowsep
\tcode{IoControlCommand} &
I/O control command~(\ref{socket.reqmts.iocontrolcommand}) \\ \rowsep
\tcode{MutableBufferSequence} &
mutable buffer sequence~(\ref{buffer.reqmts.mutablebuffersequence}) \\ \rowsep
\tcode{ProtoAllocator} &
proto-allocator~(\ref{async.reqmts.proto.allocator}) \\ \rowsep
\tcode{Protocol} &
protocol~(\ref{socket.reqmts.protocol}) \\ \rowsep
\tcode{Service} &
service~(\ref{async.reqmts.service}) \\ \rowsep
\tcode{SettableSocketOption} &
settable socket option~(\ref{socket.reqmts.settablesocketoption}) \\ \rowsep
\tcode{Signature} &
signature~(\ref{async.reqmts.signature}) \\ \rowsep
\tcode{SyncReadStream} &
buffer-oriented synchronous read stream~(\ref{buffer.stream.reqmts.syncreadstream}) \\ \rowsep
\tcode{SyncWriteStream} &
buffer-oriented synchronous write stream~(\ref{buffer.stream.reqmts.syncwritestream}) \\ \rowsep
\tcode{WaitTraits} &
wait traits~(\ref{timer.reqmts.waittraits}) \\
\end{libreqtab2}