SST/macro
Public Types | Static Public Member Functions | Static Protected Attributes | List of all members
sprockit::statics Class Reference

#include <statics.h>

Collaboration diagram for sprockit::statics:
Collaboration graph

Public Types

typedef void(* clear_fxn) (void)
 

Static Public Member Functions

static void register_finish (clear_fxn fxn)
 
static void finish ()
 

Static Protected Attributes

static std::list< clear_fxn > * fxns_
 

Detailed Description

Definition at line 8 of file statics.h.

Member Typedef Documentation

typedef void(* sprockit::statics::clear_fxn) (void)

Definition at line 10 of file statics.h.

Member Function Documentation

static void sprockit::statics::finish ( )
static
static void sprockit::statics::register_finish ( clear_fxn  fxn)
static

Member Data Documentation

std::list<clear_fxn>* sprockit::statics::fxns_
staticprotected

Definition at line 19 of file statics.h.


The documentation for this class was generated from the following file: