casa
$Rev:20696$
|
Object used to force construction of QC . More...
#include <QC.h>
Static Public Attributes | |
static QC_init | qc_init |
Object used to force construction of QC .
This static object of the QC_init class is used to make sure that QC is constructed before it is needed, and therefore that its static data members are defined. See Meyers, p. 47.
Internal