#include <Options.h>
Public Member Functions | |
| option_return_t (const entry_datatype_t d, const int n) | |
| option_return_t & | operator= (const option_return_t &n) |
Data Fields | |
| entry_datatype_t | datatype |
| int | option_number |
|
||||||||||||
|
Definition at line 200 of file Options.h. 00200 : 00201 datatype(d), option_number(n) {}
|
|
|
Definition at line 203 of file Options.h. References datatype, and option_number. 00204 { datatype = n.datatype; option_number = n.option_number; return *this; }
|
|
|
Definition at line 206 of file Options.h. Referenced by operator=(), and ArenaReplay::parse_log_line(). |
|
|
Definition at line 207 of file Options.h. Referenced by operator=(), and ArenaReplay::parse_log_line(). |
1.3.9.1