reSIProcate/stack  9694
Public Member Functions | Private Attributes
resip::TimeAccumulate::Guard Class Reference

#include <TimeAccumulate.hxx>

List of all members.

Public Member Functions

 Guard (UInt64 &accumulator)
 ~Guard ()

Private Attributes

UInt64mAccumulator

Detailed Description

Definition at line 76 of file TimeAccumulate.hxx.


Constructor & Destructor Documentation

resip::TimeAccumulate::Guard::Guard ( UInt64 accumulator) [inline, explicit]

Definition at line 79 of file TimeAccumulate.hxx.

References resip::Timer::getTimeMs(), and mAccumulator.

               : mAccumulator(accumulator)
            {
               mAccumulator -= Timer::getTimeMs();
            }

Here is the call graph for this function:

resip::TimeAccumulate::Guard::~Guard ( ) [inline]

Definition at line 84 of file TimeAccumulate.hxx.

References resip::Timer::getTimeMs(), and mAccumulator.

Here is the call graph for this function:


Member Data Documentation

Definition at line 90 of file TimeAccumulate.hxx.

Referenced by Guard(), and ~Guard().


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