|
ICG 2
Electric Boogaloo
|
Functions | |
| 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. More... | |
| std::string | makeIOHeaderName (std::string header_name) |
| Make the name of the output header file. For now, this is just io_<header_name> More... | |
| bool | isStlContainer (std::string some_typename) |
| Is the typename an STL container? More... | |
| void | ReplaceAll_inplace (std::string &str, const std::string &from, const std::string &to) |
| bool ICGUtils::isStlContainer | ( | std::string | some_typename | ) |
Is the typename an STL container?
| some_typename | name of a type |
| std::string ICGUtils::makeIOHeaderName | ( | std::string | header_name | ) |
Make the name of the output header file. For now, this is just io_<header_name>
| header_name | input header name |
| 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.
| typename_to_modify |
| void ICGUtils::ReplaceAll_inplace | ( | std::string & | str, |
| const std::string & | from, | ||
| const std::string & | to | ||
| ) |