sc::detail::SingletonCreationPolicy< T > Class Template Reference
SingletonCreationPolicy is used to create Singletons.
More...
#include <chemistry/qc/mbptr12/registry.h>
List of all members.
|
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 |
Detailed Description
template<typename T>
class sc::detail::SingletonCreationPolicy< T >
SingletonCreationPolicy is used to create Singletons.
The documentation for this class was generated from the following file: