Skip to content
Snippets Groups Projects
PropertyWithValue.cpp 1.09 KiB
Newer Older
#include "MantidKernel/PropertyWithValue.h"
Peterson, Peter's avatar
Peterson, Peter committed
#include "MantidKernel/System.h"
    /// @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>;
    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