#include <encoder.hh>
Definition at line 41 of file encoder.hh.
Static Public Member Functions | |
static GBGGGameGenieCode | encode (const GBGGRawCode &code) |
Encodes a GBGGRawCode into a GameGenieCode. | |
static GenesisGameGenieCode | encode (const GenesisRawCode &code) |
Encodes a GenesisRawCode into a GameGenieCode. | |
static NESGameGenieCode | encode (const NESRawCode &code) |
Encodes an NESRawCode into a GameGenieCode. | |
static SNESGameGenieCode | encode (const SNESRawCode &code) |
Encodes an SNESRawCode into a GameGenieCode. | |
Private Member Functions | |
Encoder () | |
Constructor for an Encoder. |
ggencoder::Encoder::Encoder | ( | ) | [inline, private] |
Constructor for an Encoder.
Private to prevent instantiation.
Definition at line 86 of file encoder.hh.
GBGGGameGenieCode Encoder::encode | ( | const GBGGRawCode & | code | ) | [static] |
Encodes a GBGGRawCode into a GameGenieCode.
code | The GBGGRawCode. |
Definition at line 38 of file encoder.cc.
GenesisGameGenieCode Encoder::encode | ( | const GenesisRawCode & | code | ) | [static] |
Encodes a GenesisRawCode into a GameGenieCode.
code | The GenesisRawCode. |
Definition at line 83 of file encoder.cc.
NESGameGenieCode Encoder::encode | ( | const NESRawCode & | code | ) | [static] |
Encodes an NESRawCode into a GameGenieCode.
code | The NESRawCode. |
Definition at line 151 of file encoder.cc.
SNESGameGenieCode Encoder::encode | ( | const SNESRawCode & | code | ) | [static] |
Encodes an SNESRawCode into a GameGenieCode.
code | The SNESRawCode. |
Definition at line 219 of file encoder.cc.