combobox_add_inserter Struct Reference
[Windows Controls Library]

#include <winstl/controls/functionals.hpp>

Inheritance diagram for combobox_add_inserter:

unary_function_output_iterator_adaptor

List of all members.


Detailed Description

A function class used to add items to a combo-box.

Public Types

typedef combobox_add_inserter class_type
 This type.

Public Member Functions

 combobox_add_inserter (HWND hwndListbox)
 Construct with the target combo-box window.
 combobox_add_inserter (class_type const &rhs)
template<typename S>
void operator() (S const &s)
 Function call operator taking the item string.
void operator() (char const *s)
 Function call operator taking the item string.
void operator() (wchar_t const *s)
 Function call operator taking the item string.

Member Typedef Documentation

This type.

Reimplemented from unary_function_output_iterator_adaptor.


Constructor & Destructor Documentation

combobox_add_inserter ( HWND  hwndListbox  )  [inline, explicit]

Construct with the target combo-box window.


Member Function Documentation

void operator() ( S const &  s  )  [inline]

Function call operator taking the item string.

References stlsoft_ns_qual.

void operator() ( char const *  s  )  [inline]

Function call operator taking the item string.

void operator() ( wchar_t const *  s  )  [inline]

Function call operator taking the item string.


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

Generated on Thu Jun 10 08:59:17 2010 for STLSoft by  doxygen 1.5.6