#include <winstl/controls/edit_line_sequence.hpp>

This class presents an STL-like sequence interface to an edit control
| C | The character type | |
| A | The allocator type. Defaults to winstl::processheap_allocator | |
| S | The string type. Defaults to stlsoft::simple_string | |
| Q | The queue container type. Defaults to std::vector |
Public Types | |
Member Types | |
| typedef C | char_type |
| The character type. | |
| typedef A | allocator_type |
| The allocator type. | |
| typedef S | string_type |
| The string type. | |
| typedef string_type | value_type |
| The value type. | |
| typedef Q | queue_type |
| The container type. | |
| typedef edit_line_sequence< S > | class_type |
| The current specialisation of this type. | |
| typedef queue_type::const_iterator | const_iterator |
| The non-mutating (const) iterator type. | |
| typedef queue_type::const_reverse_iterator | const_reverse_iterator |
| The non-mutating (const) reverse iterator type. | |
| typedef const_iterator::const_reference | const_reference |
| The non-mutable (const) reference type. | |
Public Member Functions | |
Construction | |
| edit_line_sequence (HWND hwndEdit, unsigned=0) | |
| Constructs on the given edit control. | |
Iteration methods | |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_reverse_iterator | rbegin () const |
| const_reverse_iterator | rend () const |
| typedef C char_type |
The character type.
| typedef A allocator_type |
The allocator type.
| typedef S string_type |
The string type.
| typedef string_type value_type |
The value type.
| typedef Q queue_type |
The container type.
| typedef edit_line_sequence<S> class_type |
The current specialisation of this type.
| typedef queue_type::const_iterator const_iterator |
The non-mutating (const) iterator type.
| typedef queue_type::const_reverse_iterator const_reverse_iterator |
The non-mutating (const) reverse iterator type.
| typedef const_iterator::const_reference const_reference |
The non-mutable (const) reference type.
| edit_line_sequence | ( | HWND | hwndEdit, | |
| unsigned | = 0 | |||
| ) | [explicit] |
Constructs on the given edit control.
1.5.6