9 #ifndef STK_UTIL_UTIL_BOOTSTRAP_HPP 10 #define STK_UTIL_UTIL_BOOTSTRAP_HPP 39 typedef void (*FunctionPtr)();
68 static bool s_bootstrapped;
80 #endif // STK_UTIL_UTIL_BOOTSTRAP_HPP 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...