#include <CACHE_LINE.hpp>
Public Member Functions | |
CACHE_LINE () | |
Base constructor. | |
CACHE_LINE (void *pointer) | |
Base constructor. | |
Public Attributes | |
void * | _pointer |
Pointer this line starts at. | |
bool | _dirty |
Represents if memory here has been changed in cache. |