Searched defs:GetPythonValueFormatString (Results 1 – 1 of 1) sorted by relevance
1922 const char *GetPythonValueFormatString(T t) in GetPythonValueFormatString() function1927 template <> const char *GetPythonValueFormatString (char *) { return "s"; } in GetPythonValueFormatString() function1928 template <> const char *GetPythonValueFormatString (char) { return "b"; } in GetPythonValueFormatString() function1929 template <> const char *GetPythonValueFormatString (unsigned char) { return "B"; } in GetPythonValueFormatString() function1930 template <> const char *GetPythonValueFormatString (short) { return "h"; } in GetPythonValueFormatString() function1931 template <> const char *GetPythonValueFormatString (unsigned short) { return "H"; } in GetPythonValueFormatString() function1932 template <> const char *GetPythonValueFormatString (int) { return "i"; } in GetPythonValueFormatString() function1933 template <> const char *GetPythonValueFormatString (unsigned int) { return "I"; } in GetPythonValueFormatString() function1934 template <> const char *GetPythonValueFormatString (long) { return "l"; } in GetPythonValueFormatString() function1935 template <> const char *GetPythonValueFormatString (unsigned long) { return "k"; } in GetPythonValueFormatString() function[all …]