Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl
Class RegIniFile

Object
   |
   +--IniFile
         |
         +--RegIniFile

   in IniFile.h

class RegIniFile
extends IniFile


Field Summary
protected Registry m_reg
          
   
Fields inherited from class IniFile
m_handle, m_strName, m_bModified
 
Constructor Summary
RegIniFile( HKEY hParentKey, const String& strKey )
          
 
Method Summary
 virtual void close()
          
 virtual int getInteger( const String& strSection, const String& strEntry, int nDefault )
          
 virtual String getString( const String& strSection, const String& strEntry, const wchar_t* pszDefault = NULL )
          
 virtual void setValue( const String& strSection, const String& strEntry, int nValue )
          
 virtual void setValue( const String& strSection, const String& strEntry, const String& strValue )
          
   
Methods inherited from class IniFile
toString, close, getString, getInteger, setValue, setValue
   
Methods inherited from class Object
toString, destroy, className, isInstanceOf, typeInfo
 

Field Detail

m_reg

protected Registry m_reg;


Constructor Detail

RegIniFile

public RegIniFile( HKEY hParentKey, const String& strKey ) throw( IOException* );


Method Detail

close

public virtual void close() throw( IOException* );

getInteger

public virtual int getInteger( const String& strSection, const String& strEntry, int nDefault ) throw( IOException* );

getString

public virtual String getString( const String& strSection, const String& strEntry, const wchar_t* pszDefault = NULL ) throw( IOException* );

setValue

public virtual void setValue( const String& strSection, const String& strEntry, int nValue ) throw( IOException* );

setValue

public virtual void setValue( const String& strSection, const String& strEntry, const String& strValue ) throw( IOException* );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD