comet::registry::const_value_iterator< error_policy > Class Template Reference

#include <comet/registry.h>

Inheritance diagram for comet::registry::const_value_iterator< error_policy >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef value_type_ value_type

Public Member Functions

 const_value_iterator (const impl::key_base &key, DWORD num_values, DWORD buf_size)
void swap (const_value_iterator &rhs)
value_type operator * () const
const_value_iteratoroperator++ ()
const_value_iterator operator++ (int)
impl::proxy< value_type > operator-> ()
bool operator== (const const_value_iterator &rhs) const
bool operator!= (const const_value_iterator &rhs) const

Protected Attributes

name_iterator< error_policy,
impl::next_value > 
index_

Detailed Description

template<typename error_policy>
class comet::registry::const_value_iterator< error_policy >

Forward const iterator over registry values.


The documentation for this class was generated from the following file: