#include "BESGlobalInit.h"#include "BESInitFuns.h"


Go to the source code of this file.
Defines | |
| #define | E_BESInitList_h 1 |
| #define | FUNINITQUIT(a, b, c) static BESGlobalInit dummy(a,b,BESGlobalInitList[c], c); |
| #define | FUNINIT(a, c) static BESGlobalInit dummy(a,0,BESGlobalInitList[c], c); |
Variables | |
| BESInitializer * | BESGlobalInitList [11] |
| #define E_BESInitList_h 1 |
| #define FUNINIT | ( | a, | |||
| c | ) | static BESGlobalInit dummy(a,0,BESGlobalInitList[c], c); |
| #define FUNINITQUIT | ( | a, | |||
| b, | |||||
| c | ) | static BESGlobalInit dummy(a,b,BESGlobalInitList[c], c); |
Referenced by BESGlobalIQ::BESGlobalInit(), BESGlobalInit::BESGlobalInit(), and BESGlobalIQ::BESGlobalQuit().
1.5.8