|
ICG 2
Electric Boogaloo
|
Namespaces | |
| ICGUtils | |
Functions | |
| void | ICGUtils::ReplaceAll_inplace (std::string &str, const std::string &from, const std::string &to) |
| std::string | ICGUtils::makeVarname (const std::string &typename_to_modify) |
| Take a given typename and modify it so that it can be used in a variable name. More... | |
| std::string | ICGUtils::makeIOHeaderName (std::string header_name) |
| Make the name of the output header file. For now, this is just io_<header_name> More... | |
| bool | ICGUtils::isStlContainer (std::string some_typename) |
| Is the typename an STL container? More... | |