#include <winstl/winstl.h>
#include <winstl/controls/functions.h>
#include <winstl/memory/processheap_allocator.hpp>
#include <stlsoft/collections/util/collections.hpp>
#include <stlsoft/memory/auto_buffer.hpp>
#include <stlsoft/string/simple_string.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Classes | |
| class | edit_line_sequence |
| STL-like sequence for edit control contents. More... | |
Functions | |
| template<typename C, typename A, typename S, typename Q> | |
| bool | operator== (typename edit_line_sequence< C, A, S, Q >::const_iterator const &lhs, typename edit_line_sequence< C, A, S, Q >::const_iterator const &rhs) |
| template<typename C, typename A, typename S, typename Q> | |
| bool | operator!= (typename edit_line_sequence< C, A, S, Q >::const_iterator const &lhs, typename edit_line_sequence< C, A, S, Q >::const_iterator const &rhs) |
1.5.6