Searched defs:GetPythonValueFormatString (Results 1 – 1 of 1) sorted by relevance
24 template <> const char *GetPythonValueFormatString(char *) { return "s"; } in GetPythonValueFormatString() function25 template <> const char *GetPythonValueFormatString(char) { return "b"; } in GetPythonValueFormatString() function26 template <> const char *GetPythonValueFormatString(unsigned char) { in GetPythonValueFormatString() function29 template <> const char *GetPythonValueFormatString(short) { return "h"; } in GetPythonValueFormatString() function30 template <> const char *GetPythonValueFormatString(unsigned short) { in GetPythonValueFormatString() function33 template <> const char *GetPythonValueFormatString(int) { return "i"; } in GetPythonValueFormatString() function35 template <> const char *GetPythonValueFormatString(long) { return "l"; } in GetPythonValueFormatString() function36 template <> const char *GetPythonValueFormatString(unsigned long) { in GetPythonValueFormatString() function40 template <> const char *GetPythonValueFormatString(unsigned long long) { in GetPythonValueFormatString() function43 template <> const char *GetPythonValueFormatString(float) { return "f"; } in GetPythonValueFormatString() function[all …]