#include <winstl/system/version_info.hpp>

Public Types | |
| typedef const_iterator | class_type |
| This type. | |
Public Member Functions | |
| const_iterator (void const *p) | |
| Constructor. | |
| class_type & | operator++ () |
| Pre-increment operator. | |
| class_type | operator++ (int) |
| Post-increment operator. | |
| value_type | operator* () const |
| bool | operator== (class_type const &rhs) const |
| bool | operator!= (class_type const &rhs) const |
| typedef const_iterator class_type |
This type.
| const_iterator | ( | void const * | p | ) |
Constructor.
| class_type& operator++ | ( | ) |
Pre-increment operator.
| class_type operator++ | ( | int | ) |
Post-increment operator.
1.5.6