gem5
|
Public Member Functions | |
CowDiskCallback (CowDiskImage *i) | |
void | process () |
virtual process function that is invoked when the callback queue is executed. More... | |
Public Member Functions inherited from Callback | |
virtual | ~Callback () |
virtualize the destructor to make sure that the correct one gets called. More... | |
Private Attributes | |
CowDiskImage * | image |
Additional Inherited Members | |
Protected Member Functions inherited from Callback | |
virtual void | autoDestruct () |
Definition at line 173 of file disk_image.cc.
|
inline |
Definition at line 179 of file disk_image.cc.
|
inlinevirtual |
virtual process function that is invoked when the callback queue is executed.
Implements Callback.
Definition at line 180 of file disk_image.cc.
References image, and CowDiskImage::save().
|
private |
Definition at line 176 of file disk_image.cc.
Referenced by process().