Searched defs:GetPythonValueFormatString (Results 1 – 1 of 1) sorted by relevance
1704 template <> const char *GetPythonValueFormatString(char *) { return "s"; } in GetPythonValueFormatString() function1705 template <> const char *GetPythonValueFormatString(char) { return "b"; } in GetPythonValueFormatString() function1706 template <> const char *GetPythonValueFormatString(unsigned char) { in GetPythonValueFormatString() function1709 template <> const char *GetPythonValueFormatString(short) { return "h"; } in GetPythonValueFormatString() function1710 template <> const char *GetPythonValueFormatString(unsigned short) { in GetPythonValueFormatString() function1713 template <> const char *GetPythonValueFormatString(int) { return "i"; } in GetPythonValueFormatString() function1715 template <> const char *GetPythonValueFormatString(long) { return "l"; } in GetPythonValueFormatString() function1716 template <> const char *GetPythonValueFormatString(unsigned long) { in GetPythonValueFormatString() function1720 template <> const char *GetPythonValueFormatString(unsigned long long) { in GetPythonValueFormatString() function1723 template <> const char *GetPythonValueFormatString(float t) { return "f"; } in GetPythonValueFormatString() function[all …]