12#ifndef ENCAPSULATING_SINGLETON_H
13#define ENCAPSULATING_SINGLETON_H
27 throw std::runtime_error(
"EncapsulatingSingleton: Error - no instance loaded.");
EncapsulatingSingleton(const EncapsulatingSingleton &)=delete
EncapsulatingSingleton & operator=(const EncapsulatingSingleton &)=delete
~EncapsulatingSingleton()
static const EncapsulatingSingleton & getSingleton()
static void setInstance(T *proxyLoader)
Namespace holding all the expression evaluation code.