#include "strutil.h"
Go to the source code of this file.
Functions | |
char | shortType (std::string type) |
char | innerType (char typecode) |
char | shortFinfo (std::string ftype) |
const map< std::string, std::string > & | getArgMap () |
const map<std::string, std::string>& getArgMap | ( | ) |
char innerType | ( | char | typecode | ) |
char shortFinfo | ( | std::string | ftype | ) |
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.