|
libmoost
|
Abstraction of the libCurl share interface options. More...
#include <option_traits.hpp>


Public Types | |
| typedef CURLSH * | handle_type |
| typedef CURLSHoption | option_type |
| typedef CURLSHcode | 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 share interface options.
Definition at line 123 of file option_traits.hpp.
| typedef CURLSH* moost::murcl::curl_shareopt< optval >::handle_type |
Definition at line 125 of file option_traits.hpp.
| typedef CURLSHoption moost::murcl::curl_shareopt< optval >::option_type |
Definition at line 126 of file option_traits.hpp.
| typedef CURLSHcode moost::murcl::curl_shareopt< optval >::result_type |
Definition at line 127 of file option_traits.hpp.
| static void moost::murcl::curl_shareopt< optval >::set | ( | handle_type | handle, |
| T const & | val | ||
| ) | [inline, static] |
const option_type moost::murcl::curl_shareopt< optval >::option_value = optval [static] |
Definition at line 128 of file option_traits.hpp.