Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

emuWorks::Encoder Class Reference

#include <encoder.hh>

List of all members.


Detailed Description

A class to encode raw/PAR codes into Game Genie codes.

Definition at line 41 of file encoder.hh.

Static Public Member Functions

static NESGameGenieCode encode (NESRawCode &code)
 Encodes an NESRawCode into a GameGenieCode.
static SNESGameGenieCode encode (SNESRawCode &code)
 Encodes an SNESRawCode into a GameGenieCode.
static GenesisGameGenieCode encode (GenesisRawCode &code)
 Encodes a GenesisRawCode into a GameGenieCode.
static GBGGGameGenieCode encode (GBGGRawCode &code)
 Encodes a GBGGRawCode into a GameGenieCode.

Private Member Functions

 Encoder ()
 Constructor for an Encoder.


Constructor & Destructor Documentation

emuWorks::Encoder::Encoder  )  [inline, private]
 

Constructor for an Encoder.

Private to prevent instantiation.

Definition at line 82 of file encoder.hh.


Member Function Documentation

GBGGGameGenieCode Encoder::encode GBGGRawCode code  )  [static]
 

Encodes a GBGGRawCode into a GameGenieCode.

Parameters:
code The GBGGRawCode.
Returns:
The encoded GameGenieCode.

Definition at line 227 of file encoder.cc.

GenesisGameGenieCode Encoder::encode GenesisRawCode code  )  [static]
 

Encodes a GenesisRawCode into a GameGenieCode.

Parameters:
code The GenesisRawCode.
Returns:
The encoded GameGenieCode.

Definition at line 159 of file encoder.cc.

SNESGameGenieCode Encoder::encode SNESRawCode code  )  [static]
 

Encodes an SNESRawCode into a GameGenieCode.

Parameters:
code The SNESRawCode.
Returns:
The encoded GameGenieCode.

Definition at line 106 of file encoder.cc.

NESGameGenieCode Encoder::encode NESRawCode code  )  [static]
 

Encodes an NESRawCode into a GameGenieCode.

Parameters:
code The NESRawCode.
Returns:
The encoded GameGenieCode.

Definition at line 38 of file encoder.cc.


Generated on Sat Jul 30 15:01:51 2005 for Game Genie Encoder/Decoder by  doxygen 1.4.4