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  

listview_inserter Struct Template Reference
[Control Library (WinSTL)]

Function object used to insert items into list views. More...

#include <winstl_commctrl_functionals.h>

List of all members.

Public Methods

 listview_inserter (HWND hwndListview, ws_int_t iImage=image_none)
 Construct with the target list-view window.

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

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

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


Detailed Description

template<ws_bool_t BACK = true>
struct winstl::listview_inserter< BACK >

Function object used to insert items into list views.


Constructor & Destructor Documentation

listview_inserter HWND    hwndListview,
ws_int_t    iImage = image_none
[inline, explicit]
 

Construct with the target list-view window.


Member Function Documentation

ws_int_t operator() const ws_char_w_t   s [inline]
 

Function call operator taking the item string.

ws_int_t operator() const ws_char_a_t   s [inline]
 

Function call operator taking the item string.

ws_int_t 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