This method return the callback function pointer.
| 73 | |
| 74 | // This method return the callback function pointer. |
| 75 | curlcpp_callback_type get_function() const { |
| 76 | return _callback_ptr; |
| 77 | } |
| 78 | private: |
| 79 | // Callback pointer. |
| 80 | curlcpp_callback_type _callback_ptr; |