#include <string>
#include <map>
Functions | |
char | shortType (string name) |
char | shortFinfo (string finfoType) |
char | innerType (char typecode) |
char innerType | ( | char | typecode | ) |
char shortFinfo | ( | string | finfoType | ) |
char shortType | ( | string | name | ) |
returns a single character code for a given string representation of data type. Mostly follows Python/C API's PyArg_ParseTuple convention.