#include <dra_internal.h>
Public Member Functions | |
| DRA_GLOBAL_INFO (TY_IDX ty) | |
| TY_IDX | Get_TY () |
Private Member Functions | |
| DRA_GLOBAL_INFO (void) | |
| DRA_GLOBAL_INFO (const DRA_GLOBAL_INFO &) | |
| DRA_GLOBAL_INFO * | operator= (const DRA_GLOBAL_INFO &) |
Private Attributes | |
| TY_IDX | _orig_ty |
Definition at line 336 of file dra_internal.h.
| DRA_GLOBAL_INFO::DRA_GLOBAL_INFO | ( | void | ) | [private] |
| DRA_GLOBAL_INFO::DRA_GLOBAL_INFO | ( | const DRA_GLOBAL_INFO & | ) | [private] |
| DRA_GLOBAL_INFO::DRA_GLOBAL_INFO | ( | TY_IDX | ty | ) | [inline] |
Definition at line 342 of file dra_internal.h.
References _orig_ty.
| TY_IDX DRA_GLOBAL_INFO::Get_TY | ( | ) | [inline] |
Definition at line 343 of file dra_internal.h.
References _orig_ty.
Referenced by Get_Original_Type().
| DRA_GLOBAL_INFO* DRA_GLOBAL_INFO::operator= | ( | const DRA_GLOBAL_INFO & | ) | [private] |
TY_IDX DRA_GLOBAL_INFO::_orig_ty [private] |
Definition at line 337 of file dra_internal.h.
Referenced by DRA_GLOBAL_INFO(), and Get_TY().
1.7.1