CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csCommandLineOption Struct Reference

Representation of a commandline option. More...

#include <cmdline.h>

List of all members.

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

csCommandLineOption::csCommandLineOption char *    iName,
char *    iValue
[inline]
 

Name and Value should be already allocated.

Definition at line 35 of file cmdline.h.

References Name, and Value.

csCommandLineOption::~csCommandLineOption   [inline]
 

Destructor.

Definition at line 41 of file cmdline.h.

References Name, and Value.


Member Data Documentation

char* csCommandLineOption::Name
 

Option name.

Definition at line 31 of file cmdline.h.

Referenced by csCommandLineOption(), and ~csCommandLineOption().

char* csCommandLineOption::Value
 

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:
Generated for Crystal Space by doxygen 1.2.18