gem5  v21.2.1.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 36 of file proxy_ptr.test.cc.

Constructor & Destructor Documentation

◆ Access()

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

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

Member Function Documentation

◆ operator!=()

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

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

◆ operator==()

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

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

References addr, gem5::X86ISA::addr, read, and size.

Member Data Documentation

◆ addr

Addr Access::addr

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

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

◆ read

bool Access::read

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

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

◆ size

Addr Access::size

Definition at line 40 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 May 4 2022 12:14:25 for gem5 by doxygen 1.8.17