#include <Registry.h>
Public Types | |
enum | { DIRTY = 1 } |
Public Methods | |
RegVal (const TCHAR *value_name, const TCHAR *subkey, DWORD type, HKEY root=HKEY_LOCAL_MACHINE, const T &def=T()) | |
~RegVal () | |
RegVal< T > & | operator= (const T &rhs) |
operator const T & () |
|
constructor |
|
destructor |
|
convenient writes throug simple assignment |
|
convenient reads through implicit type conversion |