Globals class defines the order of construction of globals. More...
#include <_src_base_globals.hh>
Public Member Functions | |
| Globals (void) | |
Public Attributes | |
| bool | mExiting |
| bool | mTesting |
| bool | mAssertAbort |
| call abort() if ASSERT() fails | |
Globals class defines the order of construction of globals.
See doc/html/coding.html.
mExiting: Destructors that might destroy a static object should check mExiting to avoid calling methods of another destroyed static object.
C++ notes: The order of construction/destruction of class members is determined by the order in which they're declared. ctor initialization list has no effect on order.
| base::Globals::Globals | ( | void | ) | [inline] |
call abort() if ASSERT() fails
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:10