Definition in file SgInit.cpp.
#include "SgSystem.h"
#include "SgInit.h"
#include <iostream>
#include "SgException.h"
#include "SgMemCheck.h"
#include "SgProp.h"
Go to the source code of this file.
Functions | |
void | SgFini () |
Call all lower-level Fini functions. | |
void | SgInitImpl (bool compiledInDebugMode) |
Used in SgInit(); public only as a side effect of the implementation. | |
void | SgInitCheck () |
Check that SgInit was called. | |
Variables | |
bool | s_isSgInitialized = false |
void SgFini | ( | ) |
Call all lower-level Fini functions.
This function must be called after using the SmartGo module. Also calls SgMemCheck.
Definition at line 27 of file SgInit.cpp.
References SgProp::Fini(), s_isSgInitialized, and SgMemCheck().
void SgInitCheck | ( | ) |
Check that SgInit was called.
SgException | if not |
Definition at line 64 of file SgInit.cpp.
References s_isSgInitialized.
Referenced by SgBoardConst::SgBoardConst().
void SgInitImpl | ( | bool | compiledInDebugMode | ) |
Used in SgInit(); public only as a side effect of the implementation.
Definition at line 34 of file SgInit.cpp.
References SgProp::Init(), and s_isSgInitialized.
Referenced by SgInit().
bool s_isSgInitialized = false [static] |