String.cc File Reference
Go to the source code of this file.
Function Documentation
| static char* alloc_str |
( |
int |
size |
) |
[static] |
|
| char* upcase_ch |
( |
const char * |
string |
) |
|
|
| int fortran_string_length |
( |
const char * |
string |
) |
|
|
|
|
Returns a copy of a string with all characters converted to upper case.
Returns the length a char *string would be given in a Fortran program ... (this strips the enclosing quotes and any doubled internal quotes)
Definition at line 64 of file String.cc.
Referenced by string_type(), and StringConstExpr::StringConstExpr(). |
| String operator+ |
( |
const char * |
str, |
|
|
const String & |
string |
|
) |
|
|
|