STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

combobox_add_inserter Struct Reference
[Control Library (WinSTL)]

Function object used to add items to a combo-box. More...

#include <winstl_control_functionals.h>

List of all members.

Public Methods

 combobox_add_inserter (HWND hwndListbox)
 Construct with the target combo-box window.

template<typename S> void operator() (S const &s)
 Function call operator taking the item string.

void operator() (ws_char_a_t const *s)
 Function call operator taking the item string.

void operator() (ws_char_w_t const *s)
 Function call operator taking the item string.


Detailed Description

Function object used to add items to a combo-box.


Constructor & Destructor Documentation

combobox_add_inserter HWND    hwndListbox [inline, explicit]
 

Construct with the target combo-box window.


Member Function Documentation

void operator() ws_char_w_t const *    s [inline]
 

Function call operator taking the item string.

void operator() ws_char_a_t const *    s [inline]
 

Function call operator taking the item string.

void operator() S const &    s [inline]
 

Function call operator taking the item string.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004