1#ifndef CPYCPPYY_TYPEMANIP_H
2#define CPYCPPYY_TYPEMANIP_H
13 std::string
clean_type(
const std::string& cppname,
14 bool template_strip =
true,
bool const_strip =
true);
std::string remove_const(const std::string &cppname)
std::string template_base(const std::string &cppname)
void cppscope_to_pyscope(std::string &cppscope)
std::string clean_type(const std::string &cppname, bool template_strip=true, bool const_strip=true)
std::string extract_namespace(const std::string &name)
std::vector< std::string > extract_arg_types(const std::string &sig)
Set of helper functions that are invoked from the pythonizors, on the Python side.