#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. | |
See SgInit.h.
Definition in file SgInit.cpp.
| void SgFini | ( | ) | 
Call all lower-level Fini functions.
This function must be called after using the SmartGo module. Also calls SgMemCheck.
Definition at line 26 of file SgInit.cpp.
References SgProp::Fini(), and SgMemCheck().
| void SgInitCheck | ( | ) | 
Check that SgInit was called.
| SgException | if not | 
Definition at line 63 of file SgInit.cpp.
Referenced by SgBoardConst::SgBoardConst().
| void SgInitImpl | ( | bool | compiledInDebugMode | ) | 
Used in SgInit(); public only as a side effect of the implementation.
Definition at line 33 of file SgInit.cpp.
References cerr, and SgProp::Init().
Referenced by SgInit().