gem5
v20.1.0.0
|
#include <timebuf.hh>
Public Member Functions | |
wire () | |
wire (const wire &i) | |
const wire & | operator= (const wire &i) |
const wire & | operator= (int idx) |
const wire & | operator+= (int offset) |
const wire & | operator-= (int offset) |
wire & | operator++ () |
wire & | operator++ (int) |
wire & | operator-- () |
wire & | operator-- (int) |
T & | operator* () const |
T * | operator-> () const |
Protected Member Functions | |
void | set (int idx) |
wire (TimeBuffer< T > *buf, int i) | |
Protected Attributes | |
TimeBuffer< T > * | buffer |
int | index |
Friends | |
class | TimeBuffer |
Definition at line 56 of file timebuf.hh.
|
inlineprotected |
Definition at line 69 of file timebuf.hh.
|
inline |
Definition at line 74 of file timebuf.hh.
Referenced by TimeBuffer< T >::wire::operator++(), and TimeBuffer< T >::wire::operator--().
|
inline |
Definition at line 77 of file timebuf.hh.
|
inline |
Definition at line 131 of file timebuf.hh.
References TimeBuffer< T >::wire::buffer, and TimeBuffer< T >::wire::index.
|
inline |
Definition at line 106 of file timebuf.hh.
References TimeBuffer< T >::wire::index, and TimeBuffer< T >::wire::set().
|
inline |
Definition at line 112 of file timebuf.hh.
References ArmISA::i, TimeBuffer< T >::wire::index, TimeBuffer< T >::wire::set(), and TimeBuffer< T >::wire::wire().
|
inline |
Definition at line 94 of file timebuf.hh.
References TimeBuffer< T >::wire::index, ArmISA::offset, and TimeBuffer< T >::wire::set().
|
inline |
Definition at line 119 of file timebuf.hh.
References TimeBuffer< T >::wire::index, and TimeBuffer< T >::wire::set().
|
inline |
Definition at line 125 of file timebuf.hh.
References ArmISA::i, TimeBuffer< T >::wire::index, TimeBuffer< T >::wire::set(), and TimeBuffer< T >::wire::wire().
|
inline |
Definition at line 100 of file timebuf.hh.
References TimeBuffer< T >::wire::index, ArmISA::offset, and TimeBuffer< T >::wire::set().
|
inline |
Definition at line 132 of file timebuf.hh.
References TimeBuffer< T >::wire::buffer, and TimeBuffer< T >::wire::index.
|
inline |
Definition at line 81 of file timebuf.hh.
References TimeBuffer< T >::wire::buffer, ArmISA::i, and TimeBuffer< T >::wire::set().
|
inline |
Definition at line 88 of file timebuf.hh.
References TimeBuffer< T >::wire::set().
|
inlineprotected |
Definition at line 63 of file timebuf.hh.
References TimeBuffer< T >::wire::buffer, and TimeBuffer< T >::wire::index.
Referenced by TimeBuffer< T >::wire::operator++(), TimeBuffer< T >::wire::operator+=(), TimeBuffer< T >::wire::operator--(), TimeBuffer< T >::wire::operator-=(), and TimeBuffer< T >::wire::operator=().
|
friend |
Definition at line 58 of file timebuf.hh.
|
protected |
Definition at line 60 of file timebuf.hh.
Referenced by TimeBuffer< T >::wire::operator*(), TimeBuffer< T >::wire::operator->(), TimeBuffer< T >::wire::operator=(), and TimeBuffer< T >::wire::set().
|
protected |
Definition at line 61 of file timebuf.hh.
Referenced by TimeBuffer< T >::wire::operator*(), TimeBuffer< T >::wire::operator++(), TimeBuffer< T >::wire::operator+=(), TimeBuffer< T >::wire::operator--(), TimeBuffer< T >::wire::operator-=(), TimeBuffer< T >::wire::operator->(), and TimeBuffer< T >::wire::set().