listbox_front_inserter Struct Reference
[Windows Controls Library]

#include <winstl/controls/functionals.hpp>

Inheritance diagram for listbox_front_inserter:

unary_function_output_iterator_adaptor

List of all members.


Detailed Description

A function class used to insert items at the front of list-box.

Public Types

typedef listbox_front_inserter class_type
 This type.

Public Member Functions

 listbox_front_inserter (HWND hwndListbox)
 Construct with the target list-box window.
 listbox_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.

Member Typedef Documentation

This type.

Reimplemented from unary_function_output_iterator_adaptor.


Constructor & Destructor Documentation

listbox_front_inserter ( HWND  hwndListbox  )  [inline, explicit]

Construct with the target list-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:16 2010 for STLSoft by  doxygen 1.5.6