#include <anl_common.h>
Public Member Functions | |
| COUNTER (INT64 start) | |
| void | Reset (INT64 start) |
| INT64 | Value () const |
| INT64 | Post_Incr () |
| INT64 | Pre_Incr () |
Private Attributes | |
| INT64 | _value |
Definition at line 122 of file anl_common.h.
| COUNTER::COUNTER | ( | INT64 | start | ) | [inline] |
Definition at line 127 of file anl_common.h.
| INT64 COUNTER::Post_Incr | ( | ) | [inline] |
Definition at line 130 of file anl_common.h.
References _value.
Referenced by ANL_LOOP_CONSTRUCT::ANL_LOOP_CONSTRUCT(), ANL_PRAGMA_CONSTRUCT::ANL_PRAGMA_CONSTRUCT(), ANL_REGION_CONSTRUCT::ANL_REGION_CONSTRUCT(), ANL_FUNC_ENTRY::Emit_Original_Construct(), and New_Construct_Id().
| INT64 COUNTER::Pre_Incr | ( | ) | [inline] |
Definition at line 131 of file anl_common.h.
References _value.
| void COUNTER::Reset | ( | INT64 | start | ) | [inline] |
Definition at line 128 of file anl_common.h.
References _value.
Referenced by Anl_Process_Command_Line().
| INT64 COUNTER::Value | ( | ) | const [inline] |
Definition at line 129 of file anl_common.h.
References _value.
Referenced by Get_Next_Construct_Id().
INT64 COUNTER::_value [private] |
Definition at line 125 of file anl_common.h.
Referenced by Post_Incr(), Pre_Incr(), Reset(), and Value().
1.7.1