#include <symtab_access.h>

Public Member Functions | |
| ARB_HANDLE () | |
| ARB_HANDLE (ARB_IDX arb_idx) | |
| ARB_HANDLE (ARB *arb, ARB_IDX arb_idx) | |
| ARB_HANDLE (const ARB_HANDLE &arb) | |
| ARB_HANDLE (const ARB_ITER &iter) | |
| ARB * | Entry () const |
| ARB_IDX | Idx () const |
| BOOL | operator== (const ARB_HANDLE &arb) const |
| ARB_HANDLE | operator[] (INT32 i) |
| BOOL | Is_Null () const |
Private Attributes | |
| ARB * | entry |
| ARB_IDX | idx |
Definition at line 91 of file symtab_access.h.
| ARB_HANDLE::ARB_HANDLE | ( | ) | [inline] |
Definition at line 98 of file symtab_access.h.
Referenced by operator[]().
| ARB_HANDLE::ARB_HANDLE | ( | ARB_IDX | arb_idx | ) | [inline, explicit] |
Definition at line 100 of file symtab_access.h.
Definition at line 103 of file symtab_access.h.
| ARB_HANDLE::ARB_HANDLE | ( | const ARB_HANDLE & | arb | ) | [inline] |
Definition at line 108 of file symtab_access.h.
| ARB_HANDLE::ARB_HANDLE | ( | const ARB_ITER & | iter | ) | [inline] |
Definition at line 110 of file symtab_access.h.
| ARB* ARB_HANDLE::Entry | ( | ) | const [inline] |
Definition at line 112 of file symtab_access.h.
References entry.
Referenced by ARB_co_dimension(), ARB_const_lbnd(), ARB_const_stride(), ARB_const_ubnd(), ARB_copy(), ARB_dimension(), ARB_empty_lbnd(), ARB_empty_stride(), ARB_empty_ubnd(), ARB_first_dimen(), ARB_flags(), ARB_Init(), ARB_last_dimen(), ARB_lbnd_val(), ARB_lbnd_var(), ARB_star_ubnd(), ARB_stride_val(), ARB_stride_var(), ARB_swap(), ARB_ubnd_val(), ARB_ubnd_var(), ARB_Verify_all(), Clear_ARB_const_lbnd(), Clear_ARB_const_stride(), Clear_ARB_const_ubnd(), Clear_ARB_empty_lbnd(), Clear_ARB_empty_stride(), Clear_ARB_empty_ubnd(), Clear_ARB_first_dimen(), Clear_ARB_last_dimen(), Clear_ARB_star_ubnd(), TY::Print(), Set_ARB_co_dimension(), Set_ARB_const_lbnd(), Set_ARB_const_stride(), Set_ARB_const_ubnd(), Set_ARB_dimension(), Set_ARB_empty_lbnd(), Set_ARB_empty_stride(), Set_ARB_empty_ubnd(), Set_ARB_first_dimen(), Set_ARB_flags(), Set_ARB_last_dimen(), Set_ARB_lbnd_val(), Set_ARB_lbnd_var(), Set_ARB_star_ubnd(), Set_ARB_stride_val(), Set_ARB_stride_var(), Set_ARB_ubnd_val(), and Set_ARB_ubnd_var().
| ARB_IDX ARB_HANDLE::Idx | ( | ) | const [inline] |
Definition at line 113 of file symtab_access.h.
References idx.
Referenced by ARB_Verify_all(), Make_arb_iter(), Set_TY_arb(), and TY::Verify().
| BOOL ARB_HANDLE::Is_Null | ( | ) | const [inline] |
Definition at line 123 of file symtab_access.h.
References idx.
| BOOL ARB_HANDLE::operator== | ( | const ARB_HANDLE & | arb | ) | const [inline] |
Definition at line 115 of file symtab_access.h.
References idx.
| ARB_HANDLE ARB_HANDLE::operator[] | ( | INT32 | i | ) | [inline] |
Definition at line 119 of file symtab_access.h.
References ARB_HANDLE(), and idx.

ARB* ARB_HANDLE::entry [private] |
Definition at line 94 of file symtab_access.h.
Referenced by Entry().
ARB_IDX ARB_HANDLE::idx [private] |
Definition at line 95 of file symtab_access.h.
Referenced by Idx(), Is_Null(), operator==(), and operator[]().
1.6.1