#include <string>

Go to the source code of this file.
Functions | |
| bool | incrementAscii (char *cur) |
| bool | fileExists (const char *fName) |
| bool | endsWith (const char *a, const char *suffix) |
| string | replaceExtention (const string &a, const string &newSuffix) |
| const char * | fortranifyString (const char *src) |
| bool endsWith | ( | const char * | a, |
| const char * | suffix | ||
| ) |
Definition at line 67 of file RocfluidMP/utilities/rocflo/makeflo/util.cpp.
Referenced by main(), read_file(), and writeBlocks().

| bool fileExists | ( | const char * | fName | ) |
Definition at line 78 of file RocfluidMP/utilities/rocflo/makeflo/util.cpp.
References cimg_library::cimg::fclose(), and cimg_library::cimg::fopen().
Referenced by read_multiple().


| const char* fortranifyString | ( | const char * | src | ) |
Definition at line 116 of file RocfluidMP/utilities/rocflo/makeflo/util.cpp.
References i.
Referenced by read_file(), and write_fortran().

| bool incrementAscii | ( | char * | cur | ) |
Definition at line 90 of file RocfluidMP/utilities/rocflo/makeflo/util.cpp.
References i.
Referenced by read_multiple(), and writeBlocks().

| string replaceExtention | ( | const string & | a, |
| const string & | newSuffix | ||
| ) |
Definition at line 128 of file RocfluidMP/utilities/rocflo/makeflo/util.cpp.
Referenced by main().
