Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
Macros | |
#define | TEUCHOS_STATIC_SETUP() |
Run setup code statically in a translation unit. More... | |
#define TEUCHOS_STATIC_SETUP | ( | ) |
Run setup code statically in a translation unit.
NOTE: Make sure the call this in an anonymous namespace as:
namespace { TEUCHOS_STATIC_SETUP() { // Some code you want to call before main() runs ... ... } } // namespace
Definition at line 68 of file Teuchos_StaticSetupMacro.hpp.