gem5
v20.1.0.0
|
This is the complete list of members for TypedBufferArg< T >, including all inherited members.
addr | BaseBufferArg | protected |
BaseBufferArg(Addr _addr, int _size) | BaseBufferArg | inline |
bufPtr | BaseBufferArg | protected |
copyIn(PortProxy &memproxy) | BaseBufferArg | inline |
copyOut(PortProxy &memproxy) | BaseBufferArg | inline |
operator T*() | TypedBufferArg< T > | inline |
operator*() | TypedBufferArg< T > | inline |
operator->() | TypedBufferArg< T > | inline |
operator[](int i) | TypedBufferArg< T > | inline |
size | BaseBufferArg | protected |
TypedBufferArg(Addr _addr, int _size=sizeof(T)) | TypedBufferArg< T > | inline |
~BaseBufferArg() | BaseBufferArg | inline |