Public Member Functions | Static Public Member Functions | Public Attributes

data_element_s Struct Reference

Collaboration diagram for data_element_s:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 data_element_s (INT64 o, TCON_IDX tc, b_and_o *bo, INT64 isize, UINT32 seqnum)
INITV_IDX create_initv ()

Static Public Member Functions

static bool comp (data_element_s a, data_element_s b)

Public Attributes

INT64 offset
INT64 initv_size
union {
   b_and_o   bo
   struct {
      TCON_IDX   tc
      INT32   repeat_count
   }   tc_val
val
UINT32 sequence_num:30
UINT32 is_b_and_o:1
UINT32 is_valid:1

Detailed Description

Definition at line 58 of file cwh_data.i.


Constructor & Destructor Documentation

data_element_s::data_element_s ( INT64  o,
TCON_IDX  tc,
b_and_o bo,
INT64  isize,
UINT32  seqnum 
) [inline]

Definition at line 79 of file cwh_data.i.

References val.


Member Function Documentation

static bool data_element_s::comp ( data_element_s  a,
data_element_s  b 
) [inline, static]

Definition at line 104 of file cwh_data.i.

References initv_size, offset, and sequence_num.

INITV_IDX data_element_s::create_initv (  )  [inline]

Definition at line 91 of file cwh_data.i.

References Irb_Init_Symoff(), Irb_Init_Val(), and val.

Here is the call graph for this function:


Member Data Documentation

Definition at line 62 of file cwh_data.i.

Definition at line 60 of file cwh_data.i.

Referenced by comp().

Definition at line 69 of file cwh_data.i.

Definition at line 70 of file cwh_data.i.

Definition at line 59 of file cwh_data.i.

Referenced by comp().

Definition at line 65 of file cwh_data.i.

Definition at line 68 of file cwh_data.i.

Referenced by comp().

Definition at line 64 of file cwh_data.i.

struct { ... } data_element_s::tc_val
union { ... } data_element_s::val

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