CrystalSpace

Public API Reference

csCommandLineOption Struct Reference

Representation of a commandline option. More...

#include <csutil/cmdline.h>

List of all members.

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]

Name and Value should be already allocated.

Definition at line 41 of file cmdline.h.

csCommandLineOption::~csCommandLineOption (  )  [inline]

Destructor.

Definition at line 47 of file cmdline.h.


Member Data Documentation

Option name.

Definition at line 37 of file cmdline.h.

Option value.

Definition at line 39 of file cmdline.h.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1