gem5
|
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(SETranslatingPortProxy &memproxy) | BaseBufferArg | inline |
copyOut(SETranslatingPortProxy &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 |