csCommandLineOption Struct Reference
Representation of a commandline option. More...
#include <csutil/cmdline.h>
Public Member Functions | |
| 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 34 of file cmdline.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Name and Value should be already allocated.
|
|
|
Destructor.
|
Member Data Documentation
|
|
Option name.
|
|
|
Option value.
|
The documentation for this struct was generated from the following file:
- csutil/cmdline.h
Generated for Crystal Space by doxygen 1.4.6
