stat_t Struct Reference

#include <Structs.h>


Public Member Functions

 stat_t (int s, int g, int pos, double p, double t, double tp)

Data Fields

int sequence_nr
int game_nr
int position
double points
double time_survived
double total_points


Constructor & Destructor Documentation

stat_t::stat_t int  s,
int  g,
int  pos,
double  p,
double  t,
double  tp
[inline]
 

Definition at line 33 of file Structs.h.

00033                                                                 :
00034     sequence_nr(s), game_nr(g), position(pos), points(p), time_survived(t), total_points(tp) {}
  int sequence_nr;


Field Documentation

int stat_t::game_nr
 

Definition at line 36 of file Structs.h.

Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file().

double stat_t::points
 

Definition at line 38 of file Structs.h.

Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file().

int stat_t::position
 

Definition at line 37 of file Structs.h.

Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file().

int stat_t::sequence_nr
 

Definition at line 35 of file Structs.h.

Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file().

double stat_t::time_survived
 

Definition at line 39 of file Structs.h.

Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file().

double stat_t::total_points
 

Definition at line 40 of file Structs.h.

Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file().


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