gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
Access Struct Reference

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
 

Detailed Description

Definition at line 34 of file proxy_ptr.test.cc.

Constructor & Destructor Documentation

◆ Access()

Access::Access ( bool  _read,
Addr  _addr,
Addr  _size 
)
inline

Definition at line 40 of file proxy_ptr.test.cc.

Member Function Documentation

◆ operator!=()

bool Access::operator!= ( const Access other) const
inline

Definition at line 53 of file proxy_ptr.test.cc.

◆ operator==()

bool Access::operator== ( const Access other) const
inline

Definition at line 45 of file proxy_ptr.test.cc.

References addr, read, and size.

Member Data Documentation

◆ addr

Addr Access::addr

Definition at line 37 of file proxy_ptr.test.cc.

Referenced by operator<<(), and operator==().

◆ read

bool Access::read

Definition at line 36 of file proxy_ptr.test.cc.

Referenced by operator<<(), and operator==().

◆ size

Addr Access::size

Definition at line 38 of file proxy_ptr.test.cc.

Referenced by operator<<(), and operator==().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:20 for gem5 by doxygen 1.8.17