functions.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.13"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <title>GRPC C++: Data Fields</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  13. <script type="text/javascript" src="search/searchdata.js"></script>
  14. <script type="text/javascript" src="search/search.js"></script>
  15. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  19. <div id="titlearea">
  20. <table cellspacing="0" cellpadding="0">
  21. <tbody>
  22. <tr style="height: 56px;">
  23. <td id="projectalign" style="padding-left: 0.5em;">
  24. <div id="projectname">GRPC C++
  25. &#160;<span id="projectnumber">1.22.0</span>
  26. </div>
  27. </td>
  28. </tr>
  29. </tbody>
  30. </table>
  31. </div>
  32. <!-- end header part -->
  33. <!-- Generated by Doxygen 1.8.13 -->
  34. <script type="text/javascript">
  35. var searchBox = new SearchBox("searchBox", "search",false,'Search');
  36. </script>
  37. <script type="text/javascript" src="menudata.js"></script>
  38. <script type="text/javascript" src="menu.js"></script>
  39. <script type="text/javascript">
  40. $(function() {
  41. initMenu('',true,false,'search.php','Search');
  42. $(document).ready(function() { init_search(); });
  43. });
  44. </script>
  45. <div id="main-nav"></div>
  46. </div><!-- top -->
  47. <!-- window showing the filter options -->
  48. <div id="MSearchSelectWindow"
  49. onmouseover="return searchBox.OnSearchSelectShow()"
  50. onmouseout="return searchBox.OnSearchSelectHide()"
  51. onkeydown="return searchBox.OnSearchSelectKey(event)">
  52. </div>
  53. <!-- iframe showing the search results (closed by default) -->
  54. <div id="MSearchResultsWindow">
  55. <iframe src="javascript:void(0)" frameborder="0"
  56. name="MSearchResults" id="MSearchResults">
  57. </iframe>
  58. </div>
  59. <div class="contents">
  60. <div class="textblock">Here is a list of all struct and union fields with links to the structures/unions they belong to:</div>
  61. <h3><a id="index_0x3a"></a>- : -</h3><ul>
  62. <li>::grpc::ClientAsyncReader
  63. : <a class="el" href="classgrpc__impl_1_1_client_context.html#af5343062a44a5633b144751e59969237">grpc_impl::ClientContext</a>
  64. </li>
  65. <li>::grpc::ClientAsyncReaderWriter
  66. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a5c0c96957129933bfe94a299c764eaa7">grpc_impl::ClientContext</a>
  67. </li>
  68. <li>::grpc::ClientAsyncResponseReader
  69. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a4b00162a9bd86e07669f2af67f85c73a">grpc_impl::ClientContext</a>
  70. </li>
  71. <li>::grpc::ClientAsyncWriter
  72. : <a class="el" href="classgrpc__impl_1_1_client_context.html#af3547958eadfaeb18692865bd73999ad">grpc_impl::ClientContext</a>
  73. </li>
  74. <li>::grpc::ClientReader
  75. : <a class="el" href="classgrpc_1_1_channel_interface.html#ade499098cc91745c1c87147d7a7fb7bf">grpc::ChannelInterface</a>
  76. , <a class="el" href="classgrpc__impl_1_1_client_context.html#ade499098cc91745c1c87147d7a7fb7bf">grpc_impl::ClientContext</a>
  77. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#ade499098cc91745c1c87147d7a7fb7bf">grpc_impl::CompletionQueue</a>
  78. </li>
  79. <li>::grpc::ClientReaderWriter
  80. : <a class="el" href="classgrpc_1_1_channel_interface.html#a6d5659aa24edba057895be774e2752ec">grpc::ChannelInterface</a>
  81. , <a class="el" href="classgrpc__impl_1_1_client_context.html#a6d5659aa24edba057895be774e2752ec">grpc_impl::ClientContext</a>
  82. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a6d5659aa24edba057895be774e2752ec">grpc_impl::CompletionQueue</a>
  83. </li>
  84. <li>::grpc::ClientWriter
  85. : <a class="el" href="classgrpc_1_1_channel_interface.html#a4498fada67d531d99a8642f47d746544">grpc::ChannelInterface</a>
  86. , <a class="el" href="classgrpc__impl_1_1_client_context.html#a4498fada67d531d99a8642f47d746544">grpc_impl::ClientContext</a>
  87. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a4498fada67d531d99a8642f47d746544">grpc_impl::CompletionQueue</a>
  88. </li>
  89. <li>::grpc::GenericServerContext
  90. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a650cca6cc6da2784b74d9401713f5160">grpc_impl::ServerContext</a>
  91. </li>
  92. <li>::grpc::internal::BlockingUnaryCallImpl
  93. : <a class="el" href="classgrpc_1_1_channel_interface.html#ad26a823fee699f97244d581f400fe39a">grpc::ChannelInterface</a>
  94. , <a class="el" href="classgrpc__impl_1_1_channel.html#ad26a823fee699f97244d581f400fe39a">grpc_impl::Channel</a>
  95. , <a class="el" href="classgrpc__impl_1_1_client_context.html#ad26a823fee699f97244d581f400fe39a">grpc_impl::ClientContext</a>
  96. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#ad26a823fee699f97244d581f400fe39a">grpc_impl::CompletionQueue</a>
  97. </li>
  98. <li>::grpc::internal::CallbackBidiHandler
  99. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a61576dbc949f40d86a4bb1c970da94d5">grpc_impl::ServerContext</a>
  100. </li>
  101. <li>::grpc::internal::CallbackClientStreamingHandler
  102. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a675c972ca6b81b253f1cb1cb1aa38618">grpc_impl::ServerContext</a>
  103. </li>
  104. <li>::grpc::internal::CallbackServerStreamingHandler
  105. : <a class="el" href="classgrpc_1_1_byte_buffer.html#a058f4c461b9d3d00f8b749aab1012e21">grpc::ByteBuffer</a>
  106. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a058f4c461b9d3d00f8b749aab1012e21">grpc_impl::ServerContext</a>
  107. </li>
  108. <li>::grpc::internal::CallbackUnaryCallImpl
  109. : <a class="el" href="classgrpc_1_1_channel_interface.html#a039f3a4023eccbecbb5c9925722e9ef7">grpc::ChannelInterface</a>
  110. , <a class="el" href="classgrpc__impl_1_1_client_context.html#a039f3a4023eccbecbb5c9925722e9ef7">grpc_impl::ClientContext</a>
  111. </li>
  112. <li>::grpc::internal::CallbackUnaryHandler
  113. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a99744cb5f50c9b27c792d3dad982843d">grpc_impl::ServerContext</a>
  114. </li>
  115. <li>::grpc::internal::CallOpClientRecvStatus
  116. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a506d0cd94cc911153c6ceb814a59524b">grpc_impl::ClientContext</a>
  117. </li>
  118. <li>::grpc::internal::CallOpRecvInitialMetadata
  119. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a3b165df6c09402c7753da14140c836cf">grpc_impl::ClientContext</a>
  120. </li>
  121. <li>::grpc::internal::CallOpSet
  122. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a560fa0fe4346e5487f19cd7403071aca">grpc_impl::CompletionQueue</a>
  123. </li>
  124. <li>::grpc::internal::ClientAsyncReaderFactory
  125. : <a class="el" href="classgrpc_1_1_channel_interface.html#a2175726e9cbee09a493f40e1c3b5b088">grpc::ChannelInterface</a>
  126. </li>
  127. <li>::grpc::internal::ClientAsyncReaderWriterFactory
  128. : <a class="el" href="classgrpc_1_1_channel_interface.html#a7c87e7adb535c485a4bc8e7215fab4a4">grpc::ChannelInterface</a>
  129. </li>
  130. <li>::grpc::internal::ClientAsyncResponseReaderFactory
  131. : <a class="el" href="classgrpc_1_1_channel_interface.html#a9220bb63cb72c2095a63b595fd474dc9">grpc::ChannelInterface</a>
  132. </li>
  133. <li>::grpc::internal::ClientAsyncWriterFactory
  134. : <a class="el" href="classgrpc_1_1_channel_interface.html#aa160cb54356482ee5c40511fe76b4c9d">grpc::ChannelInterface</a>
  135. </li>
  136. <li>::grpc::internal::ClientCallbackReaderFactory
  137. : <a class="el" href="classgrpc_1_1_channel_interface.html#aac76a68caa02d284d9352eb3b8ed04fe">grpc::ChannelInterface</a>
  138. </li>
  139. <li>::grpc::internal::ClientCallbackReaderImpl
  140. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a06df5a0d32a3185f56dc33452a6a9a7c">grpc_impl::ClientContext</a>
  141. </li>
  142. <li>::grpc::internal::ClientCallbackReaderWriterFactory
  143. : <a class="el" href="classgrpc_1_1_channel_interface.html#a12a368febde8b86808b24295c04c7b34">grpc::ChannelInterface</a>
  144. </li>
  145. <li>::grpc::internal::ClientCallbackReaderWriterImpl
  146. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a7514ed9247c292d4be15b5db66903fda">grpc_impl::ClientContext</a>
  147. </li>
  148. <li>::grpc::internal::ClientCallbackUnaryFactory
  149. : <a class="el" href="classgrpc_1_1_channel_interface.html#aee23b219653dea5f3fef55176aca3509">grpc::ChannelInterface</a>
  150. </li>
  151. <li>::grpc::internal::ClientCallbackUnaryImpl
  152. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a4026963fc6687e2b41815eab50c84021">grpc_impl::ClientContext</a>
  153. </li>
  154. <li>::grpc::internal::ClientCallbackWriterFactory
  155. : <a class="el" href="classgrpc_1_1_channel_interface.html#abe439612681a46aabf8cb5c1c8f0a170">grpc::ChannelInterface</a>
  156. </li>
  157. <li>::grpc::internal::ClientCallbackWriterImpl
  158. : <a class="el" href="classgrpc__impl_1_1_client_context.html#aa29677cce876711f4c9ee1c90649c251">grpc_impl::ClientContext</a>
  159. </li>
  160. <li>::grpc::internal::ClientStreamingHandler
  161. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#aee2bfad715a7c61f2839cdc9b5be6ef5">grpc_impl::CompletionQueue</a>
  162. , <a class="el" href="classgrpc__impl_1_1_server_context.html#aee2bfad715a7c61f2839cdc9b5be6ef5">grpc_impl::ServerContext</a>
  163. </li>
  164. <li>::grpc::internal::ErrorMethodHandler
  165. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a388eaf44b2f41899396d4b5b05cf857c">grpc_impl::CompletionQueue</a>
  166. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a388eaf44b2f41899396d4b5b05cf857c">grpc_impl::ServerContext</a>
  167. </li>
  168. <li>::grpc::internal::InterceptedChannel
  169. : <a class="el" href="classgrpc_1_1_channel_interface.html#a9a23a8cfcee9fd9658ecd8bb1a3193ac">grpc::ChannelInterface</a>
  170. , <a class="el" href="classgrpc__impl_1_1_channel.html#a9a23a8cfcee9fd9658ecd8bb1a3193ac">grpc_impl::Channel</a>
  171. </li>
  172. <li>::grpc::internal::RpcMethod
  173. : <a class="el" href="classgrpc_1_1_channel_interface.html#afdfab4a69fd00ee5bffe02b9fd2718a2">grpc::ChannelInterface</a>
  174. </li>
  175. <li>::grpc::internal::RpcMethodHandler
  176. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#ab4e0fda6a3be8543f0d9f79f297533e9">grpc_impl::CompletionQueue</a>
  177. , <a class="el" href="classgrpc__impl_1_1_server_context.html#ab4e0fda6a3be8543f0d9f79f297533e9">grpc_impl::ServerContext</a>
  178. </li>
  179. <li>::grpc::internal::ServerReaderWriterBody
  180. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a81fd5fb92dd22dced55726c389f3ea29">grpc_impl::CompletionQueue</a>
  181. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a81fd5fb92dd22dced55726c389f3ea29">grpc_impl::ServerContext</a>
  182. </li>
  183. <li>::grpc::internal::ServerStreamingHandler
  184. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#abba72ec6d1dbf06ecb1bf48e1c916c48">grpc_impl::CompletionQueue</a>
  185. , <a class="el" href="classgrpc__impl_1_1_server_context.html#abba72ec6d1dbf06ecb1bf48e1c916c48">grpc_impl::ServerContext</a>
  186. </li>
  187. <li>::grpc::internal::TemplatedBidiStreamingHandler
  188. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a65ae6d263727d1e67e811969f909212b">grpc_impl::CompletionQueue</a>
  189. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a65ae6d263727d1e67e811969f909212b">grpc_impl::ServerContext</a>
  190. </li>
  191. <li>::grpc::ServerAsyncReader
  192. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a774bb57486686958c67f29072de768ed">grpc_impl::ServerContext</a>
  193. </li>
  194. <li>::grpc::ServerAsyncReaderWriter
  195. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a85f3f3dc5b92690c676b86571be20684">grpc_impl::ServerContext</a>
  196. </li>
  197. <li>::grpc::ServerAsyncResponseWriter
  198. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a2c679b602d120c70a6713fe742704b4e">grpc_impl::ServerContext</a>
  199. </li>
  200. <li>::grpc::ServerAsyncWriter
  201. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a6068d9e3369a1016e7b75350b80f4f45">grpc_impl::ServerContext</a>
  202. </li>
  203. <li>::grpc::ServerInterface
  204. : <a class="el" href="classgrpc_1_1internal_1_1_server_async_streaming_interface.html#a8edbec79fc5ad7456e57c0f513451e2f">grpc::internal::ServerAsyncStreamingInterface</a>
  205. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a8edbec79fc5ad7456e57c0f513451e2f">grpc_impl::CompletionQueue</a>
  206. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a8edbec79fc5ad7456e57c0f513451e2f">grpc_impl::ServerContext</a>
  207. </li>
  208. <li>::grpc::ServerReader
  209. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a4f20e2d049342ae00242bbc8021a44bd">grpc_impl::CompletionQueue</a>
  210. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a4f20e2d049342ae00242bbc8021a44bd">grpc_impl::ServerContext</a>
  211. </li>
  212. <li>::grpc::ServerWriter
  213. : <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a2f2dfa831a62c43ad5647a45080488e3">grpc_impl::CompletionQueue</a>
  214. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a2f2dfa831a62c43ad5647a45080488e3">grpc_impl::ServerContext</a>
  215. </li>
  216. <li>::grpc::Service
  217. : <a class="el" href="classgrpc_1_1_server_interface.html#ae167bce70b5b1c42985d3a22425c8e66">grpc::ServerInterface</a>
  218. </li>
  219. <li>::grpc::testing::InteropClientContextInspector
  220. : <a class="el" href="classgrpc__impl_1_1_client_context.html#ac4ab4e2d21681704cee0f6e741cc813c">grpc_impl::ClientContext</a>
  221. </li>
  222. <li>::grpc::testing::InteropServerContextInspector
  223. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a23b6c885fa0656c25c2a46ab22e99270">grpc_impl::ServerContext</a>
  224. </li>
  225. <li>::grpc::testing::ServerBuilderPluginTest
  226. : <a class="el" href="classgrpc__impl_1_1_server_builder.html#a6d051c774efa6448928d2ca4062676d0">grpc_impl::ServerBuilder</a>
  227. </li>
  228. <li>::grpc::testing::ServerContextTestSpouse
  229. : <a class="el" href="classgrpc__impl_1_1_server_context.html#a1cc35b5d4492397bf75bf6c08367a58b">grpc_impl::ServerContext</a>
  230. </li>
  231. <li>::grpc_impl::Channel
  232. : <a class="el" href="classgrpc__impl_1_1_client_context.html#a3b58c0a256e5390791b734aa74068b19">grpc_impl::ClientContext</a>
  233. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a3b58c0a256e5390791b734aa74068b19">grpc_impl::CompletionQueue</a>
  234. </li>
  235. <li>::grpc_impl::ClientContext
  236. : <a class="el" href="classgrpc__impl_1_1_server_context.html#aa6fdf74316c6adb02694d4d3a5553c5f">grpc_impl::ServerContext</a>
  237. </li>
  238. <li>::grpc_impl::Server
  239. : <a class="el" href="classgrpc_1_1experimental_1_1_callback_generic_service.html#a3e6ceb26728f815024f4e836b9ffd56f">grpc::experimental::CallbackGenericService</a>
  240. , <a class="el" href="classgrpc_1_1_server_async_reader_writer.html#a3e6ceb26728f815024f4e836b9ffd56f">grpc::ServerAsyncReaderWriter&lt; W, R &gt;</a>
  241. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#a3e6ceb26728f815024f4e836b9ffd56f">grpc_impl::CompletionQueue</a>
  242. , <a class="el" href="classgrpc__impl_1_1_server_completion_queue.html#a3e6ceb26728f815024f4e836b9ffd56f">grpc_impl::ServerCompletionQueue</a>
  243. , <a class="el" href="classgrpc__impl_1_1_server_context.html#a3e6ceb26728f815024f4e836b9ffd56f">grpc_impl::ServerContext</a>
  244. , <a class="el" href="classgrpc__impl_1_1_server_credentials.html#a3e6ceb26728f815024f4e836b9ffd56f">grpc_impl::ServerCredentials</a>
  245. </li>
  246. <li>::grpc_impl::ServerBuilder
  247. : <a class="el" href="classgrpc__impl_1_1_server_completion_queue.html#a81a5af0a3598381081010c789a284854">grpc_impl::ServerCompletionQueue</a>
  248. </li>
  249. <li>::grpc_impl::ServerContext
  250. : <a class="el" href="classgrpc_1_1internal_1_1_server_reactor.html#aff192364682c8f4dbb834022d512828d">grpc::internal::ServerReactor</a>
  251. , <a class="el" href="classgrpc__impl_1_1_completion_queue.html#aff192364682c8f4dbb834022d512828d">grpc_impl::CompletionQueue</a>
  252. </li>
  253. </ul>
  254. </div><!-- contents -->
  255. <!-- start footer part -->
  256. <hr class="footer"/><address class="footer"><small>
  257. Generated on Wed Jul 3 2019 14:51:27 for GRPC C++ by &#160;<a href="http://www.doxygen.org/index.html">
  258. <img class="footer" src="doxygen.png" alt="doxygen"/>
  259. </a> 1.8.13
  260. </small></address>
  261. </body>
  262. </html>