#include "BESGlobalInit.h"
#include "BESInitFuns.h"
Include dependency graph for BESInitList.h:
This graph shows which files directly or indirectly include this file:
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); |