RomRep::ByteChangeNotifyList Class Reference

List of all members.

Public Member Functions

 ByteChangeNotifyList ()
void notify (ByteChange *bc)
 notifies all of the objects in the array.
void add (ByteChangeNotify *bcn)
void remove (ByteChangeNotify *bc)
void remove (int index)

Detailed Description

The structure the HondaEcu class uses to notfy the proper objects.


Constructor & Destructor Documentation

RomRep::ByteChangeNotifyList::ByteChangeNotifyList  ) 
 


Member Function Documentation

void RomRep::ByteChangeNotifyList::add ByteChangeNotify bcn  ) 
 

void RomRep::ByteChangeNotifyList::notify ByteChange bc  ) 
 

notifies all of the objects in the array.

void RomRep::ByteChangeNotifyList::remove int  index  ) 
 

void RomRep::ByteChangeNotifyList::remove ByteChangeNotify bc  ) 
 




BRE Documentation Home