www.mooseframework.org
Functions
Registry.C File Reference

Go to the source code of this file.

Functions

static RegistrygetRegistry ()
 

Function Documentation

◆ getRegistry()

static Registry& getRegistry ( )
static

Definition at line 19 of file Registry.C.

20 {
21  static std::unique_ptr<Registry> _singleton;
22  if (!_singleton)
23  _singleton = libmesh_make_unique<Registry>();
24  return *_singleton;
25 }

Referenced by Registry::addActionInner(), Registry::addInner(), Registry::addKnownLabel(), Registry::allActions(), Registry::allObjects(), Registry::checkLabels(), Registry::isADObj(), Registry::isRegisteredObj(), Registry::objData(), Registry::registerActionsTo(), and Registry::registerObjectsTo().