|
ICG 2
Electric Boogaloo
|
#include <iostream>#include <string>Go to the source code of this file.
Namespaces | |
| ICGUtils | |
Functions | |
| 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... | |