![]() |
Public API Reference |
#include <cmdline.h>
Public Methods | |
| csCommandLineOption (char *iName, char *iValue) | |
| Name and Value should be already allocated. More... | |
| ~csCommandLineOption () | |
| Destructor. More... | |
Public Attributes | |
| char * | Name |
| Option name. More... | |
| char * | Value |
| Option value. More... | |
Definition at line 28 of file csutil/cmdline.h.
|
||||||||||||
|
Name and Value should be already allocated.
Definition at line 35 of file csutil/cmdline.h. |
|
|
Destructor.
Definition at line 41 of file csutil/cmdline.h. |
|
|
Option name.
Definition at line 31 of file csutil/cmdline.h. Referenced by csCommandLineOption, and ~csCommandLineOption. |
|
|
Option value.
Definition at line 33 of file csutil/cmdline.h. Referenced by csCommandLineOption, and ~csCommandLineOption. |