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
| csCommandLineOption::csCommandLineOption | ( | char * | iName, | |
| char * | iValue | |||
| ) | [inline] |
| csCommandLineOption::~csCommandLineOption | ( | ) | [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file:
- csutil/cmdline.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
