Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
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 33 of file cmdline.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Name and Value should be already allocated.
|
|
|
Destructor.
|
Member Data Documentation
|
|
Option name.
Definition at line 36 of file cmdline.h. Referenced by csCommandLineOption(). |
|
|
Option value.
Definition at line 38 of file cmdline.h. Referenced by csCommandLineOption(). |
The documentation for this struct was generated from the following file:
- csutil/cmdline.h
Generated for Crystal Space by doxygen 1.3.9.1
