csCommandLineOption Struct Reference
Representation of a commandline option. More...
#include <cmdline.h>
Public Methods | |
csCommandLineOption (char *iName, char *iValue) | |
Name and Value should be already allocated. | |
~csCommandLineOption () | |
Destructor. | |
Public Attributes | |
char * | Name |
Option name. | |
char * | Value |
Option value. |
Detailed Description
Representation of a commandline option.
Definition at line 28 of file cmdline.h.
Constructor & Destructor Documentation
|
Name and Value should be already allocated.
|
|
Destructor.
|
Member Data Documentation
|
Option name.
Definition at line 31 of file cmdline.h. Referenced by csCommandLineOption(), and ~csCommandLineOption(). |
|
Option value.
Definition at line 33 of file cmdline.h. Referenced by csCommandLineOption(), and ~csCommandLineOption(). |
The documentation for this struct was generated from the following file:
- csutil/cmdline.h
Generated for Crystal Space by doxygen 1.2.18