#include "MantidAPI/DllConfig.h"
#include "MantidAPI/IPreview.h"
#include "MantidKernel/RegistrationHelper.h"
#include "MantidKernel/SingletonHolder.h"
#include <map>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
◆ DECLARE_PREVIEW
#define DECLARE_PREVIEW |
( |
|
classname | ) |
|
Value: namespace { \
Mantid::Kernel::RegistrationHelper \
}
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Definition at line 65 of file PreviewManager.h.