Home :: GreenPad :: ki :: WinUtil classes

class IniFile

^ 
    extends Object as public

INIファイル読み込み
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:21
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
IniFileconstructor publicコンストラクタ
GetBoolmethod public真偽値読み込み
GetIntmethod public整数値読み込み
GetStrmethod public文字列読み込み
PutBoolmethod public文字列書き込み
PutIntmethod public真偽値書き込み
PutStrmethod public整数値書き込み
SetFileNamemethod publiciniファイル名を設定
SetSectionmethod publicセクション名を設定
SetSectionAsUserNamemethod publicセクション名をユーザー名に設定

constructor IniFile

? ^  > 
コンストラクタ
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:25
Code:
public IniFile ( const TCHAR * ini = NULL ,
bool exeppath = true )

method GetBool

? ^  < > 
真偽値読み込み
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:39
Code:
public bool GetBool ( const TCHAR * key ,
bool defval ) const

method GetInt

? ^  < > 
整数値読み込み
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:37
Code:
public int GetInt ( const TCHAR * key ,
int defval ) const

method GetStr

? ^  < > 
文字列読み込み
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:41
Code:
public String GetStr ( const TCHAR * key ,
const String & defval ) const

method PutBool

? ^  < > 
文字列書き込み
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:48
Code:
public bool PutBool ( const TCHAR * key ,
bool val )

method PutInt

? ^  < > 
真偽値書き込み
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:46
Code:
public bool PutInt ( const TCHAR * key ,
int val )

method PutStr

? ^  < > 
整数値書き込み
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:44
Code:
public bool PutStr ( const TCHAR * key ,
const TCHAR * val )

method SetFileName

? ^  < > 
iniファイル名を設定
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:28
Code:
public void SetFileName ( const TCHAR * ini = NULL ,
bool exepath = true )

method SetSection

? ^  < > 
セクション名を設定
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:31
Code:
public void SetSection ( const TCHAR * section )

method SetSectionAsUserName

? ^  < > 
セクション名をユーザー名に設定
Source:
C:\usr\develop\MyProject\GreenPad\kilib\registry.h:34
Code:
public void SetSectionAsUserName ( )

Created Mon May 06 21:01:05 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.