Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib
Class ScopeTimerAccrue

   in timer.h

template < class TimerImpl = Timer > class ScopeTimerAccrue


Field Summary
private TimerImpl impl
          
private typename TimerImpl::unit t0
          
private TimerClient* tc
          
 
Method Summary
private ScopeTimerAccrue< TimerImpl >& operator=( const ScopeTimerAccrue< TimerImpl >& )
          
 ~ScopeTimerAccrue< TimerImpl >()
          
 ScopeTimerAccrue< TimerImpl >( TimerClient* tc_ )
          
 

Field Detail

impl

private TimerImpl impl;

t0

private typename TimerImpl::unit t0;

tc

private TimerClient* tc;


Method Detail

operator=

private ScopeTimerAccrue< TimerImpl >& operator=( const ScopeTimerAccrue< TimerImpl >& );

TimerImpl>

public ~ScopeTimerAccrue< TimerImpl >();

TimerImpl>

public ScopeTimerAccrue< TimerImpl >( TimerClient* tc_ );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD