dune-fem 2.8-git
|
return singleton instance of given Object type. More...
#include <dune/fem/storage/singleton.hh>
Static Public Member Functions | |
template<class... Args> | |
static Object & | instance (Args &&... args) |
return singleton instance of given Object type. More... | |
Static Protected Member Functions | |
template<class... Args> | |
static Object & | getObject (Args &&... args) |
return singleton instance of given Object type. More... | |
Static Protected Attributes | |
static const bool | placeStaticVariableInline = false |
return singleton instance of given Object type.
|
inlinestaticprotected |
return singleton instance of given Object type.
|
inlinestatic |
return singleton instance of given Object type.
args | Possible constructor arguments for object when created for first time |
|
staticprotected |