1 #ifndef sprockit_common_STATICS_H 2 #define sprockit_common_STATICS_H 19 static std::list<clear_fxn>*
fxns_;
31 #define free_static_ptr(x) \ 32 if (x) delete x; x = 0
static std::list< clear_fxn > * fxns_
static void register_finish(clear_fxn fxn)