Newer
Older
#include "MantidKernel/PropertyWithValue.h"
namespace Kernel {
/// @cond
#define INSTANTIATE(Type) \
template class DLLExport PropertyWithValue<Type>; \
template class DLLExport PropertyWithValue<std::vector<Type>>;
INSTANTIATE(int)
INSTANTIATE(long)
INSTANTIATE(long long)
INSTANTIATE(unsigned short int)
INSTANTIATE(unsigned int)
INSTANTIATE(unsigned long)
INSTANTIATE(unsigned long long)
INSTANTIATE(bool)
INSTANTIATE(double)
INSTANTIATE(std::string)
} // namespace Mantid