#include "QPBO.h" #ifdef _MSC_VER #pragma warning(disable: 4661) #endif // Instantiations template class QPBO; template class QPBO; template class QPBO; template <> inline void QPBO::get_type_information(char*& type_name, char*& type_format) { type_name = "int"; type_format = "d"; } template <> inline void QPBO::get_type_information(char*& type_name, char*& type_format) { type_name = "float"; type_format = "f"; } template <> inline void QPBO::get_type_information(char*& type_name, char*& type_format) { type_name = "double"; type_format = "Lf"; }