Home :: GreenPad :: ki :: StdLib | classes |
class Argv | ^ |
コマンドライン文字列の分割ただ単にスペースと二重引用符を考慮して区切るだけです。
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\cmdarg.h:23
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description Argv constructor public 指定された文字列を分割する operator [] operator public 引数Get size method public 引数の個数
constructor Argv | ? ^ > |
指定された文字列を分割する
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\cmdarg.h:27
- Code:
public Argv (
const TCHAR * cmd = GetCommandLine ( ) )
operator [] | ? ^ < > |
引数Get
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\cmdarg.h:30
- Code:
public const TCHAR * operator [] (
ulong i ) const
method size | ? ^ < > |
引数の個数
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\cmdarg.h:33
- Code:
public ulong size (
) const
Created Mon May 06 21:01:04 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.