root/ggpa/Utils.h
| Revision 1, 271 bytes (checked in by pantley2, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | // simple helper functions |
| 2 | |
| 3 | #include <string> |
| 4 | using namespace std; |
| 5 | |
| 6 | /* |
| 7 | * isVariable |
| 8 | * Parameter: value - a string that we are interested in |
| 9 | * Return type: bool |
| 10 | * Returns true if the value represents a variable, and false otherwise |
| 11 | */ |
| 12 | bool isVariable(string value); |
Note: See TracBrowser for help on using the browser.
