#include <winstl/controls/functionals.hpp>

Public Types | |
| typedef listbox_add_inserter | class_type |
| This type. | |
Public Member Functions | |
| listbox_add_inserter (HWND hwndListbox) | |
| Construct with the target list-box window. | |
| listbox_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. | |
| typedef listbox_add_inserter class_type |
| listbox_add_inserter | ( | HWND | hwndListbox | ) | [inline, explicit] |
Construct with the target list-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