option_return_t Struct Reference

#include <Options.h>


Public Member Functions

 option_return_t (const entry_datatype_t d, const int n)
option_return_toperator= (const option_return_t &n)

Data Fields

entry_datatype_t datatype
int option_number


Constructor & Destructor Documentation

option_return_t::option_return_t const entry_datatype_t  d,
const int  n
[inline]
 

Definition at line 200 of file Options.h.

00200                                                            :
00201     datatype(d), option_number(n) {}


Member Function Documentation

option_return_t& option_return_t::operator= const option_return_t n  )  [inline]
 

Definition at line 203 of file Options.h.

References datatype, and option_number.

00204     { datatype = n.datatype; option_number = n.option_number; return *this; }


Field Documentation

entry_datatype_t option_return_t::datatype
 

Definition at line 206 of file Options.h.

Referenced by operator=(), and ArenaReplay::parse_log_line().

int option_return_t::option_number
 

Definition at line 207 of file Options.h.

Referenced by operator=(), and ArenaReplay::parse_log_line().


The documentation for this struct was generated from the following file:
Generated on Fri Oct 15 15:50:17 2004 for Real Time Battle by  doxygen 1.3.9.1