Newer
Older
Russell Taylor
committed
#include "MantidKernel/ArrayProperty.h"
// PropertyWithValue implementation
#include "MantidKernel/PropertyWithValue.tcc"
namespace Mantid {
namespace Kernel {
Russell Taylor
committed
/// @cond
template class DLLExport ArrayProperty<int32_t>;
template class DLLExport ArrayProperty<int64_t>;
template class DLLExport ArrayProperty<size_t>;
template class DLLExport ArrayProperty<double>;
template class DLLExport ArrayProperty<std::string>;
Russell Taylor
committed
template class DLLExport ArrayProperty<std::vector<std::string>>;
Russell Taylor
committed
/// @endcond
} // namespace Kernel
} // namespace Mantid