Struct simtix::mem::CacheImpl::CoreRequest
ClassList > simtix > mem > CacheImpl > CoreRequest
Public Attributes
Type | Name |
---|---|
bool | is_flush |
bool | is_write |
OnResp | on_resp |
Payload | payload |
RespStatus | resp_status |
uint64_t | timestamp = 0 |
Public Functions
Type | Name |
---|---|
CoreRequest () = default |
|
CoreRequest (const Payload & payload, bool is_write, bool is_flush, OnResp on_resp) |
|
CoreRequest (CoreRequest && other) |
|
CoreRequest & | operator= (CoreRequest && other) |
Public Attributes Documentation
variable is_flush
variable is_write
variable on_resp
variable payload
variable resp_status
variable timestamp
Public Functions Documentation
function CoreRequest [1/3]
function CoreRequest [2/3]
inline simtix::mem::CacheImpl::CoreRequest::CoreRequest (
const Payload & payload,
bool is_write,
bool is_flush,
OnResp on_resp
)
function CoreRequest [3/3]
function operator=
The documentation for this class was generated from the following file projects/simtix/src/simtix/mem/cache/cache.h