RomRep::ByteChange Class Reference

Represents a byte change. More...

List of all members.

Public Member Functions

 ByteChange (int loc, unsigned char byte)
unsigned char getByte ()
int getLocation ()

Protected Attributes

unsigned char byte
int location


Detailed Description

Represents a byte change.


Constructor & Destructor Documentation

RomRep::ByteChange::ByteChange int  loc,
unsigned char  byte
 


Member Function Documentation

unsigned char RomRep::ByteChange::getByte  ) 
 

int RomRep::ByteChange::getLocation  ) 
 


Member Data Documentation

unsigned char RomRep::ByteChange::byte [protected]
 

int RomRep::ByteChange::location [protected]
 




BRE Documentation Home