gStatistics Class Reference

#include <gStatistics.h>

Collaboration diagram for gStatistics:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 gStatistics ()
 ~gStatistics ()

Public Attributes

gStatListhighscores
gStatListwon_rounds
gStatListwon_matches
gStatListladder
gStatListkills
gStatListdeaths


Detailed Description

Definition at line 33 of file gStatistics.h.


Constructor & Destructor Documentation

gStatistics::gStatistics (  ) 

Definition at line 39 of file gStatistics.cpp.

References deaths, highscores, kills, statOutputType, won_matches, and won_rounds.

00040 {
00041     highscores = new gStatList("highscores", statOutputType);
00042     won_rounds = new gStatList("won_rounds", statOutputType);
00043     won_matches = new gStatList("won_matches", statOutputType);
00044     //  ladder = new gStatList("ladder", statOutputType);
00045     kills = new gStatList("kills", statOutputType);
00046     deaths = new gStatList("deaths", statOutputType);
00047 }

gStatistics::~gStatistics (  ) 

Definition at line 49 of file gStatistics.cpp.

References deaths, highscores, kills, won_matches, and won_rounds.

00050 {
00051     delete highscores;
00052     delete won_rounds;
00053     delete won_matches;
00054     //  delete ladder;
00055     delete kills;
00056     delete deaths;
00057 }


Member Data Documentation

gStatList* gStatistics::highscores

Definition at line 37 of file gStatistics.h.

Referenced by gGame::Analysis(), gStatistics(), and ~gStatistics().

gStatList* gStatistics::won_rounds

Definition at line 38 of file gStatistics.h.

Referenced by gGame::Analysis(), gStatistics(), and ~gStatistics().

gStatList* gStatistics::won_matches

Definition at line 39 of file gStatistics.h.

Referenced by gGame::Analysis(), gStatistics(), and ~gStatistics().

gStatList* gStatistics::ladder

Definition at line 40 of file gStatistics.h.

gStatList* gStatistics::kills

Definition at line 41 of file gStatistics.h.

Referenced by gStatistics(), gCycle::KillAt(), and ~gStatistics().

gStatList* gStatistics::deaths

Definition at line 42 of file gStatistics.h.

Referenced by gStatistics(), gCycle::KillAt(), and ~gStatistics().


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:45:45 2008 for Armagetron Advanced by  doxygen 1.5.4