9 #include <stk_util/util/Bootstrap.hpp> 14 Bootstrap::s_front = 0;
17 Bootstrap::s_bootstrapped =
false;
23 s_bootstrapped =
true;
24 for (
Bootstrap *f = s_front; f; f = f->m_next)
Bootstrap(void(*f)())
Creates a new Bootstrap instance.
static void bootstrap()
Member function bootstrap runs through the stored bootstrap function pointers and executes each funct...
Class Bootstrap serves as a bootstrapping mechanism for products in the sierra toolkit and elsewhere...