gem5 v24.0.0.0
Loading...
Searching...
No Matches
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, 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 Tue Jun 18 2024 16:24:09 for gem5 by doxygen 1.11.0