Public Member Functions | Private Attributes

COUNTER Class Reference

#include <anl_common.h>

List of all members.

Public Member Functions

 COUNTER (INT64 start)
void Reset (INT64 start)
INT64 Value () const
INT64 Post_Incr ()
INT64 Pre_Incr ()

Private Attributes

INT64 _value

Detailed Description

Definition at line 122 of file anl_common.h.


Constructor & Destructor Documentation

COUNTER::COUNTER ( INT64  start  )  [inline]

Definition at line 127 of file anl_common.h.


Member Function Documentation

INT64 COUNTER::Post_Incr (  )  [inline]
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().


Member Data Documentation

Definition at line 125 of file anl_common.h.

Referenced by Post_Incr(), Pre_Incr(), Reset(), and Value().


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