Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
CReplayPlayer Class Reference

Replay log replayer. More...

#include <Replay.h>

Public Member Functions

 CReplayPlayer ()
 
 ~CReplayPlayer ()
 
void Load (const std::string &path)
 
void Replay ()
 

Private Attributes

std::istream * m_Stream
 

Detailed Description

Replay log replayer.

Runs the log with no graphics and dumps some info to stdout.

Definition at line 84 of file Replay.h.

Constructor & Destructor Documentation

CReplayPlayer::CReplayPlayer ( )

Definition at line 104 of file Replay.cpp.

CReplayPlayer::~CReplayPlayer ( )

Definition at line 109 of file Replay.cpp.

Member Function Documentation

void CReplayPlayer::Load ( const std::string &  path)

Definition at line 114 of file Replay.cpp.

void CReplayPlayer::Replay ( )

Definition at line 122 of file Replay.cpp.

Member Data Documentation

std::istream* CReplayPlayer::m_Stream
private

Definition at line 94 of file Replay.h.


The documentation for this class was generated from the following files: