registry_value.h File Reference
Template classes for working with the Windows registry Based on "A set of template classes for working with the registry" By Daniel Andersson http://www.codeproject.com/KB/system/registry_value.aspx Changes: More...
#include <windows.h>
#include <tchar.h>
#include <string>
#include <sstream>
#include <assert.h>
Classes | |
class | registry_value |
class | registry_string< T > |
class | registry_string< std::basic_string< TCHAR > > |
class | registry_int< T > |
Detailed Description
Template classes for working with the Windows registry Based on "A set of template classes for working with the registry" By Daniel Andersson http://www.codeproject.com/KB/system/registry_value.aspx Changes:
- made read-only
- added default value
- support _UNICODE and _MBCS
This file is part of LIBPF All rights reserved; do not distribute without permission.