:orphan: .. index:: pair: struct; tad_reply_context .. _doxid-structtad__reply__context: struct tad_reply_context ======================== .. toctree:: :hidden: Overview ~~~~~~~~ TAD async reply context :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tad_reply_context { // fields const :ref:`tad_reply_spec`* :ref:`spec`; void* :ref:`opaque`; }; .. _details-structtad__reply__context: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TAD async reply context Fields ------ .. index:: pair: variable; spec .. _doxid-structtad__reply__context_1a27610f374db40bf379b878fca1585288: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`tad_reply_spec`* spec Reply backend spec .. index:: pair: variable; opaque .. _doxid-structtad__reply__context_1a6e678e878e60dc646c50de51485cb1f5: .. ref-code-block:: cpp :class: doxyrest-title-code-block void* opaque Reply backend data