#include <winstl/winstl.h>
#include <winstl/registry/regfwd.hpp>
#include <winstl/registry/util/defs.hpp>
#include <winstl/registry/reg_traits.hpp>
#include <winstl/registry/error/exceptions.hpp>
#include <winstl/memory/processheap_allocator.hpp>
#include <stlsoft/memory/auto_buffer.hpp>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/collections/util/collections.hpp>
#include <algorithm>
#include <vector>
#include <winstl/registry/reg_key.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | winstl |
Classes | |
| class | reg_blob |
| Represents a binary registry value. More... | |
| class | basic_reg_value |
| Represents a registry value, providing methods for accessing the value in different types. More... | |
Typedefs | |
| typedef basic_reg_value< char, reg_traits< char > , processheap_allocator< char > > | reg_value_a |
Specialisation of the basic_reg_value template for the ANSI character type char. | |
| typedef basic_reg_value < wchar_t, reg_traits< wchar_t > , processheap_allocator < wchar_t > > | reg_value_w |
Specialisation of the basic_reg_value template for the Unicode character type wchar_t. | |
| typedef basic_reg_value< TCHAR, reg_traits< TCHAR > , processheap_allocator< TCHAR > > | reg_value |
Specialisation of the basic_reg_value template for the Win32 character type TCHAR. | |
1.5.6