gem5 v24.0.0.0
|
#include <proxy_ptr.hh>
Public Member Functions | |
ProxyPtr (Addr new_addr,...) | |
template<typename T > | |
ProxyPtr (const ProxyPtr< T, Proxy > &other) | |
ProxyPtr< void, Proxy > & | operator= (Addr new_addr) |
operator Addr () const | |
Addr | addr () const |
Protected Attributes | |
Addr | _addr |
Definition at line 330 of file proxy_ptr.hh.
|
inline |
Definition at line 336 of file proxy_ptr.hh.
|
inline |
Definition at line 339 of file proxy_ptr.hh.
|
inline |
Definition at line 350 of file proxy_ptr.hh.
|
inline |
Definition at line 348 of file proxy_ptr.hh.
|
inline |
Definition at line 342 of file proxy_ptr.hh.
|
protected |
Definition at line 333 of file proxy_ptr.hh.