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

lib
Typedef ModuleInitState

   in module_init.h

initialization state of a module: class, source file, or whatever. can be declared as a static variable => no initializer needed, since 0 is the correct initial value. DO NOT change the value directly! (that'd break the carefully thought-out lock-free implementation)




Details

ModuleInitState

public typedef uintptr_t ModuleInitState;

 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