MPQC
3.0.0-alpha
|
SingletonCreationPolicy is used to create Singletons. More...
#include <util/misc/registry.h>
Static Protected Member Functions | |
static Ref< T > | instance () |
static Ref< T > | instance (StateIn &si) |
static void | save_instance (const Ref< T > &instance, StateOut &so) |
Static Protected Attributes | |
static Ref< T > | instance_ |
static bool | instance_restored_ = false |
static bool | instance_saved_ = false |
SingletonCreationPolicy is used to create Singletons.