7 #ifndef RETDEC_LLVMIR2HLL_SUPPORT_SINGLETON_H
8 #define RETDEC_LLVMIR2HLL_SUPPORT_SINGLETON_H
Implementation of the Singleton design pattern.
Definition: singleton.h:34
static T & getInstance()
Returns the instance of the object being held.
Definition: singleton.h:42
Singleton & operator=(const Singleton &)=delete
Singleton(const Singleton &)=delete
A library providing API for working with back-end IR.
Definition: archive_wrapper.h:19