Newer
Older
#include "MantidKernel/PropertyWithValue.h"
namespace Mantid
{
Gigg, Martyn Anthony
committed
namespace Kernel
{
Gigg, Martyn Anthony
committed
/// @cond
template DLLExport class PropertyWithValue<int32_t>;
template DLLExport class PropertyWithValue<int64_t>;
template DLLExport class PropertyWithValue<size_t>;
template DLLExport class PropertyWithValue<bool>;
template DLLExport class PropertyWithValue<double>;
template DLLExport class PropertyWithValue<std::string>;
Gigg, Martyn Anthony
committed
template DLLExport class PropertyWithValue<std::vector<double> >;
template DLLExport class PropertyWithValue<std::vector<std::string> >;
template DLLExport class PropertyWithValue<std::vector<uint16_t> >;
template DLLExport class PropertyWithValue<std::vector<int16_t> >;
template DLLExport class PropertyWithValue<std::vector<uint32_t> >;
template DLLExport class PropertyWithValue<std::vector<int32_t> >;
template DLLExport class PropertyWithValue<std::vector<uint64_t> >;
template DLLExport class PropertyWithValue<std::vector<int64_t> >;
/// @endcond
Gigg, Martyn Anthony
committed
} // namespace Kernel
} // namespace Mantid