Public Member Functions | |
| W2FC_FLAG_ARRAY (int sz) | |
| ~W2FC_FLAG_ARRAY () | |
| void | Set_w2fc_flag (INT32 index, enum W2FC_FLAGS flag) |
| void | Reset_w2fc_flag (INT32 index, enum W2FC_FLAGS flag) |
| BOOL | Check_w2fc_flag (INT32 index, enum W2FC_FLAGS flag) |
| void | Clear_w2fc_flags (void) |
Private Member Functions | |
| BOOL | check_idx (INT32 index) |
Private Attributes | |
| INT32 | _size |
| char * | _flags |
Definition at line 131 of file stab_attr.cxx.
| W2FC_FLAG_ARRAY::W2FC_FLAG_ARRAY | ( | int | sz | ) | [inline] |
Definition at line 140 of file stab_attr.cxx.
References _flags, _size, CXX_NEW_ARRAY, and Malloc_Mem_Pool.
| W2FC_FLAG_ARRAY::~W2FC_FLAG_ARRAY | ( | ) | [inline] |
Definition at line 146 of file stab_attr.cxx.
References _flags, _size, CXX_DELETE_ARRAY, and Malloc_Mem_Pool.
Definition at line 136 of file stab_attr.cxx.
References _size.
Referenced by Check_w2fc_flag(), Reset_w2fc_flag(), and Set_w2fc_flag().
| BOOL W2FC_FLAG_ARRAY::Check_w2fc_flag | ( | INT32 | index, | |
| enum W2FC_FLAGS | flag | |||
| ) | [inline] |
Definition at line 165 of file stab_attr.cxx.
References _flags, and check_idx().
Referenced by TY_is_translated_to_c().

| void W2FC_FLAG_ARRAY::Clear_w2fc_flags | ( | void | ) | [inline] |
Definition at line 175 of file stab_attr.cxx.
References _flags, _size, and NULL.
Referenced by Clear_w2fc_flags().
| void W2FC_FLAG_ARRAY::Reset_w2fc_flag | ( | INT32 | index, | |
| enum W2FC_FLAGS | flag | |||
| ) | [inline] |
Definition at line 159 of file stab_attr.cxx.
References _flags, and check_idx().
Referenced by Reset_TY_is_translated_to_c().

| void W2FC_FLAG_ARRAY::Set_w2fc_flag | ( | INT32 | index, | |
| enum W2FC_FLAGS | flag | |||
| ) | [inline] |
Definition at line 153 of file stab_attr.cxx.
References _flags, and check_idx().
Referenced by Set_TY_is_translated_to_c().

char* W2FC_FLAG_ARRAY::_flags [private] |
Definition at line 134 of file stab_attr.cxx.
Referenced by Check_w2fc_flag(), Clear_w2fc_flags(), Reset_w2fc_flag(), Set_w2fc_flag(), W2FC_FLAG_ARRAY(), and ~W2FC_FLAG_ARRAY().
INT32 W2FC_FLAG_ARRAY::_size [private] |
Definition at line 133 of file stab_attr.cxx.
Referenced by check_idx(), Clear_w2fc_flags(), W2FC_FLAG_ARRAY(), and ~W2FC_FLAG_ARRAY().
1.7.1