#include <winstl/controls/functionals.hpp>

Public Types | |
| typedef combobox_front_inserter | class_type |
| This type. | |
Public Member Functions | |
| combobox_front_inserter (HWND hwndListbox) | |
| Construct with the target combo-box window. | |
| combobox_front_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. | |
| typedef combobox_front_inserter class_type |
| combobox_front_inserter | ( | HWND | hwndListbox | ) | [inline, explicit] |
Construct with the target combo-box window.
| void operator() | ( | S const & | s | ) | [inline] |
| 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.
1.5.6