libmoost
moost::murcl::option_setter< CurlOption, std::string > Struct Template Reference

Specialisation of the generic option setter for std::string type values. More...

#include <option_setter.hpp>

List of all members.

Public Types

typedef CurlOption option
typedef std::string value_type

Static Public Member Functions

static void set (typename option::handle_type handle, value_type const &parameter)

Detailed Description

template<typename CurlOption>
struct moost::murcl::option_setter< CurlOption, std::string >

Specialisation of the generic option setter for std::string type values.

Definition at line 68 of file option_setter.hpp.


Member Typedef Documentation

template<typename CurlOption >
typedef CurlOption moost::murcl::option_setter< CurlOption, std::string >::option

Definition at line 70 of file option_setter.hpp.

template<typename CurlOption >
typedef std::string moost::murcl::option_setter< CurlOption, std::string >::value_type

Definition at line 71 of file option_setter.hpp.


Member Function Documentation

template<typename CurlOption >
static void moost::murcl::option_setter< CurlOption, std::string >::set ( typename option::handle_type  handle,
value_type const &  parameter 
) [inline, static]

Definition at line 73 of file option_setter.hpp.

Here is the call graph for this function:


The documentation for this struct was generated from the following file: