:orphan: .. index:: pair: struct; rpc_func_info .. _doxid-structrpc__func__info: struct rpc_func_info ==================== .. toctree:: :hidden: Overview ~~~~~~~~ Description of a RPC routine implementation :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rpc_func_info { // fields const char* :ref:`funcname`; :ref:`rpc_wrapper_func`* :ref:`wrapper`; :ref:`rpc_copy_func`* :ref:`copy`; :ref:`rpc_generic_xdr_out` :ref:`xdr_out`; size_t :ref:`in_size`; size_t :ref:`out_size`; size_t :ref:`in_common_offset`; size_t :ref:`out_common_offset`; }; .. _details-structrpc__func__info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Description of a RPC routine implementation Fields ------ .. index:: pair: variable; funcname .. _doxid-structrpc__func__info_1af0ce4c6a26f303080808d150cd1781f8: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* funcname Name of the function .. index:: pair: variable; wrapper .. _doxid-structrpc__func__info_1a65e6ebd02ff84e415819c14fba3d4bb1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rpc_wrapper_func`* wrapper RPC wrapper .. index:: pair: variable; copy .. _doxid-structrpc__func__info_1aa999ebe1b5c0165bf857b35fcef94acc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rpc_copy_func`* copy Argument copying routing .. index:: pair: variable; xdr_out .. _doxid-structrpc__func__info_1af042d91ad2dd740d56fdce6b9eef30cd: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rpc_generic_xdr_out` xdr_out XDR resource deallocator .. index:: pair: variable; in_size .. _doxid-structrpc__func__info_1a31813c53ff165428f71a2485c83bcce4: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t in_size Size of input arguments structure .. index:: pair: variable; out_size .. _doxid-structrpc__func__info_1a424d4d27085bdc6b3a27875e1d6f3c06: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t out_size Size of output arguments structure .. index:: pair: variable; in_common_offset .. _doxid-structrpc__func__info_1a095b1c11c11d072465d5dceb8fed1714: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t in_common_offset Offset of :ref:`tarpc_in_arg ` within the input structure (usually 0) .. index:: pair: variable; out_common_offset .. _doxid-structrpc__func__info_1a4386546bd7ef10238cb3a2b34efb8a3c: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t out_common_offset Offset of :ref:`tarpc_in_arg ` within the input structure (usually 0)