Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CStdRegistryFile Class Reference

List of all members.

Public Methods

 CStdRegistryFile (const std::string &,CStdRegistry *)
virtual ~CStdRegistryFile ()
std::string GetValue (const std::string &) const
void SetValue (const std::string &,const std::string &)
void SetKey (const std::string &)
void DeleteKey (const std::string &)

Detailed Description

Emulates the notion of the Win32 Registry Keys


Member Function Documentation

void CStdRegistryFile::DeleteKey ( const std::string & Key )
 

Delete the key and its associted value.

std::string CStdRegistryFile::GetValue ( const std::string & Key ) const
 

Get the value in the key

void CStdRegistryFile::SetKey ( const std::string & Key )
 

Creates a new key.

  • If the key is created, it is putted to the end
  • If the key is already created, the file is not modified.

void CStdRegistryFile::SetValue ( const std::string & Key,
const std::string & Value )
 

Associates a value to the key. The previous value is erased.


The documentation for this class was generated from the following files:
Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.