SST/macro
Classes | Namespaces | Macros
statics.h File Reference
#include <list>
Include dependency graph for statics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sprockit::statics
 
class  sprockit::need_delete_statics< T >
 

Namespaces

 sprockit
 

Macros

#define free_static_ptr(x)   if (x) delete x; x = 0
 

Macro Definition Documentation

#define free_static_ptr (   x)    if (x) delete x; x = 0

Definition at line 31 of file statics.h.