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

lib.sysdep.win.whrt
Struct TimerState

   in whrt.cpp

struct TimerState

stores all timer state shared between readers and the update thread. (must be POD because it's used before static ctors run.)


Field Summary
 u64 counter
          
 double time
          
 

Field Detail

counter

public u64 counter;

time

public double time;

 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