Public Types | Public Member Functions | Static Public Member Functions | Data Fields

CacheOpReplyMsg Struct Reference

#include <P_ClusterCacheInternal.h>

Inherits ClusterMessageHeader.

Collaboration diagram for CacheOpReplyMsg:
Collaboration graph
[legend]

Public Types

enum  { MIN_VERSION = 1, MAX_VERSION = 1, CACHE_OP_REPLY_MESSAGE_VERSION = MAX_VERSION }

Public Member Functions

 CacheOpReplyMsg (uint16_t vers=CACHE_OP_REPLY_MESSAGE_VERSION)
void init (uint16_t vers=CACHE_OP_REPLY_MESSAGE_VERSION)
void SwapBytes ()

Static Public Member Functions

static int protoToVersion (int protoMajor)
static int sizeof_fixedlen_msg ()

Data Fields

uint32_t seq_number
int32_t result
ClusterVCToken token
bool is_ram_cache_hit
Alias32 moi

Detailed Description

Definition at line 594 of file P_ClusterCacheInternal.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
MIN_VERSION 
MAX_VERSION 
CACHE_OP_REPLY_MESSAGE_VERSION 

Definition at line 601 of file P_ClusterCacheInternal.h.


Constructor & Destructor Documentation

CacheOpReplyMsg::CacheOpReplyMsg ( uint16_t  vers = CACHE_OP_REPLY_MESSAGE_VERSION  )  [inline]

Definition at line 607 of file P_ClusterCacheInternal.h.

References moi, and Alias32::u32.


Member Function Documentation

void CacheOpReplyMsg::init ( uint16_t  vers = CACHE_OP_REPLY_MESSAGE_VERSION  )  [inline]
static int CacheOpReplyMsg::protoToVersion ( int  protoMajor  )  [inline, static]
static int CacheOpReplyMsg::sizeof_fixedlen_msg (  )  [inline, static]
void CacheOpReplyMsg::SwapBytes (  )  [inline]

Field Documentation


The documentation for this struct was generated from the following file: