|
libmoost
|
Abstraction of the LibCurl multi interface options. More...
#include <option_traits.hpp>


Public Types | |
| typedef CURLM * | handle_type |
| typedef CURLMoption | option_type |
| typedef CURLMcode | result_type |
Static Public Member Functions | |
| template<typename T > | |
| static void | set (handle_type handle, T const &val) |
Static Public Attributes | |
| static const option_type | option_value = optval |
Abstraction of the LibCurl multi interface options.
Definition at line 100 of file option_traits.hpp.
| typedef CURLM* moost::murcl::curl_multiopt< optval >::handle_type |
Definition at line 102 of file option_traits.hpp.
| typedef CURLMoption moost::murcl::curl_multiopt< optval >::option_type |
Definition at line 103 of file option_traits.hpp.
| typedef CURLMcode moost::murcl::curl_multiopt< optval >::result_type |
Definition at line 104 of file option_traits.hpp.
| static void moost::murcl::curl_multiopt< optval >::set | ( | handle_type | handle, |
| T const & | val | ||
| ) | [inline, static] |
const option_type moost::murcl::curl_multiopt< optval >::option_value = optval [static] |
Definition at line 105 of file option_traits.hpp.