Public Member Functions | Private Member Functions | Private Attributes

W2FC_FLAG_ARRAY Class Reference

List of all members.

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

Detailed Description

Definition at line 131 of file stab_attr.cxx.


Constructor & Destructor Documentation

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.


Member Function Documentation

BOOL W2FC_FLAG_ARRAY::check_idx ( INT32  index  )  [inline, private]

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:


Member Data Documentation

char* W2FC_FLAG_ARRAY::_flags [private]

Definition at line 133 of file stab_attr.cxx.

Referenced by check_idx(), Clear_w2fc_flags(), W2FC_FLAG_ARRAY(), and ~W2FC_FLAG_ARRAY().


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