gem5 v24.0.0.0
|
Public Member Functions | |
Access (bool _read, Addr _addr, Addr _size) | |
bool | operator== (const Access &other) const |
bool | operator!= (const Access &other) const |
Public Attributes | |
bool | read |
Addr | addr |
Addr | size |
Definition at line 36 of file proxy_ptr.test.cc.
Definition at line 42 of file proxy_ptr.test.cc.
|
inline |
Definition at line 55 of file proxy_ptr.test.cc.
|
inline |
Definition at line 47 of file proxy_ptr.test.cc.
Addr Access::addr |
Definition at line 39 of file proxy_ptr.test.cc.
Referenced by operator<<(), and operator==().
bool Access::read |
Definition at line 38 of file proxy_ptr.test.cc.
Referenced by operator<<(), and operator==().
Addr Access::size |
Definition at line 40 of file proxy_ptr.test.cc.
Referenced by operator<<(), and operator==().