Base class for all library singleton objects.
More...
#include <libmesh_singleton.h>
|
class | Setup |
| Abstract base class for runtime singleton setup. More...
|
|
Base class for all library singleton objects.
- Author
- Benjamin S. Kirk
- Date
- 2013 Base class for all library singleton objects.
Definition at line 35 of file libmesh_singleton.h.
◆ Singleton()
libMesh::Singleton::Singleton |
( |
| ) |
|
|
protected |
Constructor.
Adds the derived object to the singleton cache list.
◆ ~Singleton()
virtual libMesh::Singleton::~Singleton |
( |
| ) |
|
|
protectedvirtual |
◆ cleanup()
static void libMesh::Singleton::cleanup |
( |
| ) |
|
|
static |
Cleanup function.
Removes all dynamically created Singleton
objects.
◆ setup()
static void libMesh::Singleton::setup |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: