18 std::string
makeVarname(
const std::string& typename_to_modify);
std::string makeVarname(const std::string &typename_to_modify)
Take a given typename and modify it so that it can be used in a variable name.
Definition: utils.cpp:28
std::string makeIOHeaderName(std::string header_name)
Make the name of the output header file. For now, this is just io_<header_name>
Definition: utils.cpp:40
bool isStlContainer(std::string some_typename)
Is the typename an STL container?
Definition: utils.cpp:44